Update namespaces for MagnumBay application
Replace io.murano.apps with com.intel.magnum Change-Id: I16e3a335209ce5664541abce4be1ac7691bd6cd4 Partially-Implements: blueprint fix-fqn-usage
This commit is contained in:
parent
35b917f69e
commit
2c165ee7a4
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.magnum.plugin
|
=: com.intel.magnum.plugin
|
||||||
std: io.murano
|
std: io.murano
|
||||||
|
|
||||||
Name: MagnumBayApp
|
Name: MagnumBayApp
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Namespaces:
|
Namespaces:
|
||||||
=: io.murano.apps.magnum.plugin
|
=: com.intel.magnum.plugin
|
||||||
std: io.murano
|
std: io.murano
|
||||||
|
|
||||||
Name: MagnumBaymodel
|
Name: MagnumBaymodel
|
@ -15,7 +15,7 @@ Version: 2
|
|||||||
Templates:
|
Templates:
|
||||||
baymodel:
|
baymodel:
|
||||||
?:
|
?:
|
||||||
type: io.murano.apps.magnum.plugin.MagnumBaymodel
|
type: com.intel.magnum.plugin.MagnumBaymodel
|
||||||
name: $.baymodelConfiguration.name
|
name: $.baymodelConfiguration.name
|
||||||
imageId: $.baymodelConfiguration.imageId
|
imageId: $.baymodelConfiguration.imageId
|
||||||
keypairId: $.baymodelConfiguration.keyPair
|
keypairId: $.baymodelConfiguration.keyPair
|
||||||
@ -38,7 +38,7 @@ Templates:
|
|||||||
|
|
||||||
Application:
|
Application:
|
||||||
?:
|
?:
|
||||||
type: io.murano.apps.magnum.plugin.MagnumBayApp
|
type: com.intel.magnum.plugin.MagnumBayApp
|
||||||
name: $.appConfiguration.name
|
name: $.appConfiguration.name
|
||||||
nodeCount: $.appConfiguration.nodeCount
|
nodeCount: $.appConfiguration.nodeCount
|
||||||
masterCount: $.appConfiguration.masterCount
|
masterCount: $.appConfiguration.masterCount
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
@ -12,15 +12,15 @@
|
|||||||
|
|
||||||
Format: 1.0
|
Format: 1.0
|
||||||
Type: Application
|
Type: Application
|
||||||
FullName: io.murano.apps.magnum.plugin.MagnumBayApp
|
FullName: com.intel.magnum.plugin.MagnumBayApp
|
||||||
Name: Magnum App
|
Name: Magnum App
|
||||||
Description: |
|
Description: |
|
||||||
App to deploy Kubernetes cluster using Magnum
|
App to deploy Kubernetes cluster using Magnum
|
||||||
Author: 'Intel, Inc'
|
Author: 'Intel, Inc'
|
||||||
Tags: [Magnum, Kubernetes, Docker]
|
Tags: [Magnum, Kubernetes, Docker]
|
||||||
Classes:
|
Classes:
|
||||||
io.murano.apps.magnum.plugin.MagnumBaymodel: MagnumBaymodel.yaml
|
com.intel.magnum.plugin.MagnumBaymodel: MagnumBaymodel.yaml
|
||||||
io.murano.apps.magnum.plugin.MagnumBayApp: MagnumBayApp.yaml
|
com.intel.magnum.plugin.MagnumBayApp: MagnumBayApp.yaml
|
||||||
|
|
||||||
Require:
|
Require:
|
||||||
murano.plugins.magnum:
|
murano.plugins.magnum:
|
Loading…
x
Reference in New Issue
Block a user