Provision/MongoDBCluster #169
Replies: 2 comments 4 replies
-
Hi @keshavprasad, kindly look into the above issue and let me know it's solution. Regards |
Beta Was this translation helpful? Give feedback.
4 replies
-
@dikshauat I see that this thread has been inactive for quite some days now. Locking this thread from further conversation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Getting the following error on Provision/MongoDBCluster
TASK [mongodb-cluster : Install MongoDB package] *******************************
fatal: [10.128.0.23]: FAILED! => {
"changed": false
}
MSG:
Failed to update apt cache: W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and user configuration details., W:Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/mongodb-org-4.4.list:1 and /etc/apt/sources.list.d/repo_mongodb_org_apt_ubuntu.list:1, W:Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/mongodb-org-4.4.list:1 and /etc/apt/sources.list.d/repo_mongodb_org_apt_ubuntu.list:1, W:Target Translations (multiverse/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/mongodb-org-4.4.list:1 and /etc/apt/sources.list.d/repo_mongodb_org_apt_ubuntu.list:1, W:Target CNF (multiverse/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list.d/mongodb-org-4.4.list:1 and /etc/apt/sources.list.d/repo_mongodb_org_apt_ubuntu.list:1, W:Target CNF (multiverse/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list.d/mongodb-org-4.4.list:1 and /etc/apt/sources.list.d/repo_mongodb_org_apt_ubuntu.list:1, E:The repository 'http://www.apache.org/dist/cassandra/debian 39x Release' does not have a Release file.
PLAY RECAP *********************************************************************
10.128.0.23 : ok=6 changed=0 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] stage
[Pipeline] { (slack_notify)
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] echo
Could not find env specific Slack channel. Check for global slack channel..
[Pipeline] echo
Could not find slack environment variable. Skipping slack notification..
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] stage
[Pipeline] { (email_notify)
[Pipeline] sh
[Pipeline] echo
Could not find env specific email group. Check for global email group..
[Pipeline] echo
Could not find global email group variable. Skipping email notification..
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 2
Finished: FAILURE
Beta Was this translation helpful? Give feedback.
All reactions