This patch obsoletes Legacy APIs excluding VIM feature. And this patch mainly contains the following changes: * Drop the implementation/db of NS and VNFFG functions. * Remove the implementation that was used only by Legacy VNFM features. * Remove the following components used only by Legacy features. * ceilometer * fenix * blazar * Drop the functional test jobs for Legacy features. * Delete the unnecessary files that were used in Legacy tests. Implements: blueprint deprecate-legacy-apis Change-Id: I76ba79f42cf7c3f04c48a87de4ae893f2d53e467
9 lines
329 B
YAML
9 lines
329 B
YAML
- block:
|
|
- name: install mysql client if needed
|
|
include_tasks: mysql.yaml
|
|
when: devstack_localrc['DATABASE_TYPE'] == 'mysql'
|
|
- name: install postgresql client if needed
|
|
include_tasks: postgresql.yaml
|
|
when: devstack_localrc['DATABASE_TYPE'] == 'postgresql'
|
|
when: devstack_localrc['DATABASE_TYPE'] is defined
|