2ae1c68c7c
Adds necessary requirements, osci.yaml, charmcraft.yaml etc for migrationg to charmhub. Additionally, adds xena and yoga tests and updates the charm overlay for appropriate netapp values. local_overlay_enabled is set to True as it now defaults to False. Note that the actual functional tests are still disabled due to [1] 1 - https://bugs.launchpad.net/charm-manila-netapp/+bug/1922214 Change-Id: Ic9354434792ec1faa42406f4f3cf461a96cfc020
14 lines
506 B
Django/Jinja
14 lines
506 B
Django/Jinja
applications:
|
|
manila-netapp:
|
|
options:
|
|
vserver-name: {{ TEST_NETAPP_SAN_VSERVER }}
|
|
management-address: {{ TEST_NETAPP_SAN_IP }}
|
|
admin-name: {{ TEST_NETAPP_SAN_USERNAME }}
|
|
admin-password: {{ TEST_NETAPP_SAN_PASSWORD }}
|
|
manila-netapp-dhss:
|
|
options:
|
|
root-volume-aggregate-name: {{ TEST_NETAPP_ROOT_VOL_AGGR_NAME }}
|
|
management-address: {{ TEST_NETAPP_SAN_IP }}
|
|
admin-name: {{ TEST_NETAPP_SAN_USERNAME }}
|
|
admin-password: {{ TEST_NETAPP_SAN_PASSWORD }}
|