Cleanup unused/deprecated files

Remove / change some places that are long deprecated or no longer
needed:

- openstack-common.conf - was used for pulling code from oslo-incubator,
  but that is dead for at least 8 months already.

- deploy.yaml playbook - declared as deprecated more than a year ago

- enroll.yaml playbook - declared as deprecated more than a year ago

- a task and var in bifrost-test-vm role - deprecated test
  playbooks were removed recently, and their handling in this role is no
  longer needed.

Change-Id: I2d694cf1974d6b95ed10764b8d2de8989b640e81
This commit is contained in:
Pavlo Shchelokovskyy 2017-02-09 13:58:33 +02:00
parent 1e53f52ee6
commit 7579106992
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."