-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployment_tasks.yaml
More file actions
47 lines (42 loc) · 1.38 KB
/
deployment_tasks.yaml
File metadata and controls
47 lines (42 loc) · 1.38 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
####
- id: primary-network-node
type: group
role: [primary-network-node]
requires: [deploy_start, primary-controller, controller]
required_for: [deploy_end]
tasks: [fuel_pkgs, hiera, globals, tools, logging, netconfig,
hosts, firewall, deploy_start, cluster, cluster-haproxy,
openstack-haproxy-stats, network-node-task]
parameters:
strategy:
type: one_by_one
- id: network-node
type: group
role: [network-node]
requires: [deploy_start, primary-network-node]
required_for: [deploy_end]
tasks: [fuel_pkgs, hiera, globals, tools, logging, netconfig,
hosts, firewall, deploy_start, cluster, cluster-haproxy,
openstack-haproxy-stats, network-node-task]
parameters:
strategy:
type: parallel
### Tasks
- id: network-hiera-override
type: puppet
groups: [primary-controller, controller, primary-network-node, network-node]
requires: [globals]
required_for: [logging]
parameters:
puppet_manifest: "network_hiera_override.pp"
puppet_modules: "/etc/puppet/modules"
timeout: 120
- id: network-node-task
type: puppet
groups: [primary-network-node, network-node]
requires: [cluster, firewall, network-hiera-override]
required_for: [deploy_end]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/openstack-network/openstack-network-controller.pp
puppet_modules: /etc/puppet/modules
timeout: 3600