-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathopenstack
More file actions
64 lines (47 loc) · 2.3 KB
/
openstack
File metadata and controls
64 lines (47 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
###############################################################################
# Configuration of OpenStack user environment for OpenStack.
# List of OpenStack domains. Format is as required by the stackhpc.os-projects
# role.
openstack_domains: []
# List of OpenStack projects. Format is as required by the stackhpc.os-projects
# role.
openstack_projects: []
###############################################################################
# Configuration of networks, subnets and routers for OpenStack.
# List of networks in the openstack project. Format is as required by the
# stackhpc.os-networks role.
openstack_networks: []
# List of routers in the openstack project. Format is as required by the
# stackhpc.os-networks role.
openstack_routers: []
# List of security groups in the openstack demo project. Format is as required by the
# stackhpc.os-networks role.
openstack_security_groups: []
# List of RBAC definitions in the openstack projct. Format is as required by the
# stackhpc.os-networks role.
openstack_networks_rbac: []
###############################################################################
# Configuration of nova flavors for OpenStack.
# List of nova flavors in the openstack project. Format is as required by the
# stackhpc.os-flavors role.
openstack_flavors: []
###############################################################################
# Configuration of glance images for OpenStack.
# List of glance images in the openstack project. Format is as required by the
# stackhpc.os-images role.
openstack_images: []
# List of additional diskimage-builder elements to incorporate on the path
openstack_image_elements: []
# List of diskimage-builder element git repos to pull
openstack_image_git_elements: []
###############################################################################
# Configuration of nova host aggregates for OpenStack.
# List of host aggregates in the openstack project.
# Format is as required by the stackhpc.os_host_aggregates role.
openstack_host_aggregates: []
###############################################################################
# Configuration of container clusters templates for OpenStack.
# List of clusters templates in the openstack project. Format is as required by the
# stackhpc.os-container-clusters role.
openstack_container_clusters_templates: []