Skip to content

Commit

Permalink
Merge "Add domainsuffix to Windows examples"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul v3 CI authored and opencontrail-ci-admin committed Jan 8, 2019
2 parents f2d59c3 + b947f6c commit da81be8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/instances.yaml.bms_win_example
Expand Up @@ -4,9 +4,10 @@ provider_config:
bms_win:
ansible_user: Administrator
ansible_password: Contrail123! # supply Administrator password
#domainsuffix: example.com # supply DNS suffix if it's present on mgmt interface

instances:
win_compute1:
win_compute1: # supply compute's hostname
provider: bms_win
ip: 192.168.1.101 # supply mgmt interface IP
roles:
Expand All @@ -20,7 +21,7 @@ contrail_configuration:
CLOUD_ORCHESTRATOR: none
CONTRAIL_VERSION: latest
CONTROLLER_NODES: 192.168.1.100 # supply mgmt interface IP of controller
#CONTROL_NODES: 172.0.0.100 # supply ctrl/data interface IP of controller if its separate from mgmt
#CONTROL_NODES: 172.0.0.100 # supply ctrl/data interface IP of controller if it's separate from mgmt
WINDOWS_PHYSICAL_INTERFACE: Ethernet1 # supply alias of dataplane interface

WINDOWS_ENABLE_TEST_SIGNING:
Expand Down
2 changes: 2 additions & 0 deletions config/instances.yaml.bms_win_full_example
Expand Up @@ -2,10 +2,12 @@ provider_config:
bms:
ssh_pwd: Contrail123!
ssh_user: root
domainsuffix: example.com

bms_win:
ansible_user: Administrator
ansible_password: Contrail123!
domainsuffix: example.com

instances:
ctrl:
Expand Down
2 changes: 2 additions & 0 deletions config/instances.yaml.bms_win_no_openstack_example
Expand Up @@ -2,10 +2,12 @@ provider_config:
bms:
ssh_pwd: Contrail123!
ssh_user: root
domainsuffix: example.com

bms_win:
ansible_user: Administrator
ansible_password: Contrail123!
domainsuffix: example.com

instances:
ctrl:
Expand Down

0 comments on commit da81be8

Please sign in to comment.