Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing rabbitmq-server on ohpc node #145

Merged
merged 6 commits into from
Feb 28, 2020

Conversation

diedpigs
Copy link
Collaborator

@diedpigs diedpigs commented Feb 18, 2020

In group_vars/all, I leave password blank.

When running playbook, you can

  1. put your password in group_vars/all before you run the playbook. Or,
  2. pass in with arguments like this: --extra-vars rabbitmq_user_password="YoUrPasSwOrd"

The command in packer build.json should be something like this:

   {
    "type": "shell",
    "inline": [
      "sudo ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_XCBC/site-build.yaml -b --extra-vars rabbitmq_user_password='YoUrPasSwOrd'"
    ]
   }

Leaving password blank, when runs playbook, pass in with arguments:
 --extra-vars rabbitmq_user_password="YoUrPasSwOrd"
firewall will block message passing to/from the node,
  so turn it off for now.
@diedpigs diedpigs changed the base branch from uab-dev to feat-openstack February 18, 2020 18:36
It seems this was inherited from earlier use on ood.  Firewall should be off by default on ohpc as currently deployed in dev.  We should figure out the ports needed.
@jprorama jprorama merged commit 450d717 into jprorama:feat-openstack Feb 28, 2020
@diedpigs diedpigs deleted the feat-ohpc-rabbitmq branch September 9, 2020 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants