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

Minor tweaks found when trying to use with digitalrebar #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

galthaus
Copy link

Add ability to toggle whether to use arp or not generally (but for google case).

Make sure the we only write out the open contrail private field if has a value in it.

Switch the ansible_hostname use to ansible_nodename to ensure that the places that use hostname
match what the node returns when running the hostname command.

@galthaus galthaus changed the title Dr tweaks Minor tweaks found when trying to use with digitalrebar Feb 16, 2016

# Allow the system to have a way to override arp discovery of vrouters
opencontrail_no_arp: false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer if this parameter was called:
opencontrail_physical_network_arp_support
with a default of true.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good

Sent from my iPhone

On Feb 17, 2016, at 6:09 PM, Pedro Marques [email protected] wrote:

In roles/opencontrail/vars/main.yml:

\ No newline at end of file
+opencontrail_host_kernel_artifact_tar: "/tmp/.ansible/opencontrail-vrouter-{{ opencontrail_host_kernel_tag }}.tgz"
+
+# Allow the system to have a way to override arp discovery of vrouters
+opencontrail_no_arp: false
I'd prefer if this parameter was called:
opencontrail_physical_network_arp_support
with a default of true.


Reply to this email directly or view it on GitHub.

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