Skip to content

Commit

Permalink
Merge "Set container_name as host_var in test inventory" into stable/…
Browse files Browse the repository at this point in the history
…rocky
  • Loading branch information
Zuul authored and openstack-gerrit committed Nov 1, 2018
2 parents 85e7c76 + 5174e0f commit 25bdb78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/group_vars/all_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

container_name: "{{ inventory_hostname }}"
container_networks:
management_address:
address: "{{ ansible_host }}"
Expand Down
1 change: 1 addition & 0 deletions tests/host_vars/infra1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
ansible_host: 10.1.0.2
ansible_become: True
ansible_user: root
container_name: infra1
1 change: 1 addition & 0 deletions tests/host_vars/openstack1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
ansible_host: 10.1.0.3
ansible_become: True
ansible_user: root
container_name: openstack1

0 comments on commit 25bdb78

Please sign in to comment.