Skip to content

Commit b0ddc1f

Browse files
committed
Revert "Add pre-deploy validations"
This doesn't work well in many cases, let's revert and rework it later. This reverts commit 110240d.
1 parent a2829e0 commit b0ddc1f

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ usage:
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
5756
local_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
6560
prepare_host: inventory.yaml $(overrides)
6661
$(ANSIBLE_CMD) playbooks/prepare_host.yaml

playbooks/validations.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)