Major improvement in OSM charms
[osm/devops.git] / installers / charm / ng-ui / metadata.yaml
index db13ba6..3ff7a97 100644 (file)
@@ -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,11 @@ min-juju-version: 2.7.0
 deployment:
   type: stateless
   service: cluster
-provides:
+requires:
   nbi:
-    interface: osm-nbi
+    interface: http
+resources:
+  image:
+    type: oci-image
+    description: OSM docker image for NBI
+    upstream-source: "opensourcemano/ng-ui:latest"