X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fng-ui%2Fmetadata.yaml;h=b0966358962ba6842e8610fcdb8d9a477efadeac;hb=889e8bb27900b540ef7ff08e892e3e80731069fb;hp=db13ba614438bbbd791434de2e6acd781152774c;hpb=dfd428878a1fd20d24080e97213d0a70d98792bd;p=osm%2Fdevops.git diff --git a/installers/charm/ng-ui/metadata.yaml b/installers/charm/ng-ui/metadata.yaml index db13ba61..b0966358 100644 --- a/installers/charm/ng-ui/metadata.yaml +++ b/installers/charm/ng-ui/metadata.yaml @@ -11,6 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + name: ng-ui summary: A Next Generation UI charm for Opensource MANO description: | @@ -21,6 +22,13 @@ min-juju-version: 2.7.0 deployment: type: stateless service: cluster -provides: +requires: nbi: interface: osm-nbi +resources: + ssl_certificate: + type: file + filename: ssl_certificate.crt + ssl_certificate_key: + type: file + filename: ssl_certificate.key \ No newline at end of file