File tree Expand file tree Collapse file tree 2 files changed +1
-37
lines changed
Expand file tree Collapse file tree 2 files changed +1
-37
lines changed Original file line number Diff line number Diff line change 2222 @echo
2323 @echo ' Individual install phase targets:'
2424 @echo ' local_requirements: Install Ansible requirements required to run dev-install'
25- @echo ' validations: Run some validations before the deployment'
2625 @echo ' prepare_host: Host configuration required before installing standalone, including rhos-release'
2726 @echo ' network: Host networking configuration required before installing standalone'
2827 @echo ' install_stack: Install TripleO standalone'
@@ -51,16 +50,12 @@ $(overrides):
5150#
5251
5352.PHONY : osp_full
54- osp_full : local_requirements validations prepare_host network install_stack prepare_stack
53+ osp_full : local_requirements prepare_host network install_stack prepare_stack
5554
5655.PHONY : local_requirements
5756local_requirements : inventory.yaml $(overrides )
5857 $(ANSIBLE_CMD ) playbooks/local_requirements.yaml
5958
60- .PHONY : validations
61- validations : inventory.yaml $(overrides )
62- $(ANSIBLE_CMD ) playbooks/validations.yaml
63-
6459.PHONY : prepare_host
6560prepare_host : inventory.yaml $(overrides )
6661 $(ANSIBLE_CMD ) playbooks/prepare_host.yaml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments