diff options
Diffstat (limited to 'deployment/noheat/infra-openstack/ansible/group_vars/all.yml')
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/group_vars/all.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml index 68497a0a5..1da1e8f78 100644 --- a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml +++ b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml @@ -1,4 +1,14 @@ --- network: - name: "onap_ci_lab" + name: &network_name "onap_ci_lab" cidr: "192.168.1.0/24" + +keypair: + name: &keypair_name "onap_ci_lab" + +hosts: + - name: "operator0" + image: "cirros-0.5.1-x86_64-disk" + flavor: "cirros256" + keypair: *keypair_name + network: *network_name |