@@ -2,7 +2,8 @@ OpenStack Networks
2
2
==================
3
3
4
4
This role can be used to register networks, subnets and routers in neutron
5
- using the os\_ network, os\_ subnet and os\_ router modules.
5
+ using the ` openstack.cloud.network ` , ` openstack.cloud.subnet ` and
6
+ ` openstack.cloud.router ` modules.
6
7
7
8
Requirements
8
9
------------
@@ -15,10 +16,10 @@ Role Variables
15
16
` os_networks_venv ` is a path to a directory in which to create a virtualenv.
16
17
17
18
` os_networks_auth_type ` is an authentication type compatible with the
18
- ` auth_type ` argument of ` os_* ` Ansible modules.
19
+ ` auth_type ` argument of ` openstack.cloud ` Ansible modules.
19
20
20
21
` os_networks_auth ` is a dict containing authentication information
21
- compatible with the ` auth ` argument of ` os_* ` Ansible modules.
22
+ compatible with the ` auth ` argument of ` openstack.cloud ` Ansible modules.
22
23
23
24
` os_networks_cacert ` is an optional path to a CA certificate bundle.
24
25
@@ -125,7 +126,7 @@ following items:
125
126
Dependencies
126
127
------------
127
128
128
- This role depends on the ` stackhpc.os_openstacksdk ` role.
129
+ This role depends on the ` stackhpc.openstack. os_openstacksdk ` role.
129
130
130
131
Example Playbook
131
132
----------------
@@ -136,9 +137,9 @@ different gateway.
136
137
137
138
---
138
139
- name: Ensure networks, subnets and routers are registered
139
- hosts: neutron-api
140
+ hosts: localhost
140
141
roles:
141
- - role: os-networks
142
+ - role: stackhpc.openstack.os_networks
142
143
os_networks_venv: "~/os-networks-venv"
143
144
os_networks_auth_type: "password"
144
145
os_networks_auth:
0 commit comments