Merge "Cleanup unused/deprecated files"

This commit is contained in:
Jenkins 2017-02-09 18:58:03 +00:00 committed by Gerrit Code Review
commit 74bd363612
5 changed files with 0 additions and 32 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -1,3 +1,2 @@
--- ---
# defaults file for bifrost-test-vm # defaults file for bifrost-test-vm
deprecated_test_playbook: false

View File

@ -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."