Merge "Cleanup unused/deprecated files"
This commit is contained in:
commit
74bd363612
@ -1,6 +0,0 @@
|
|||||||
[DEFAULT]
|
|
||||||
|
|
||||||
# The list of modules to copy from oslo-incubator.git
|
|
||||||
|
|
||||||
# The base module to hold the copy of openstack.common
|
|
||||||
base=bifrost
|
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
- hosts: localhost
|
|
||||||
connection: local
|
|
||||||
name: "Provide deprecation notice"
|
|
||||||
become: no
|
|
||||||
gather_facts: no
|
|
||||||
pre_tasks:
|
|
||||||
- name: "Error"
|
|
||||||
local_action: fail msg="Legacy roles have been removed. Please use dynamic inventory and deploy-dynamic.yaml"
|
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
- hosts: localhost
|
|
||||||
connection: local
|
|
||||||
name: "Provide deprecation notice"
|
|
||||||
become: no
|
|
||||||
gather_facts: no
|
|
||||||
pre_tasks:
|
|
||||||
- name: "Error"
|
|
||||||
local_action: fail msg="Legacy roles have been removed. Please use dynamic inventory and enroll-dynamic.yaml"
|
|
@ -1,3 +1,2 @@
|
|||||||
---
|
---
|
||||||
# defaults file for bifrost-test-vm
|
# defaults file for bifrost-test-vm
|
||||||
deprecated_test_playbook: false
|
|
||||||
|
@ -12,13 +12,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
---
|
---
|
||||||
- name: >
|
|
||||||
"WARNING - This playbook will be removed in the Ocata
|
|
||||||
release. Please use test-bifrost.yaml."
|
|
||||||
set_fact:
|
|
||||||
deprecated: true
|
|
||||||
when: deprecated_test_playbook | bool == true
|
|
||||||
|
|
||||||
- name: >
|
- name: >
|
||||||
"Execute ping step to verify connectivity and login to the host.
|
"Execute ping step to verify connectivity and login to the host.
|
||||||
If this fails, the configdrive may not have loaded."
|
If this fails, the configdrive may not have loaded."
|
||||||
|
Loading…
Reference in New Issue
Block a user