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.
|
||||
|
||||
Namespaces:
|
||||
=: io.murano.apps.magnum.plugin
|
||||
=: com.intel.magnum.plugin
|
||||
std: io.murano
|
||||
|
||||
Name: MagnumBayApp
|
@ -11,7 +11,7 @@
|
||||
# under the License.
|
||||
|
||||
Namespaces:
|
||||
=: io.murano.apps.magnum.plugin
|
||||
=: com.intel.magnum.plugin
|
||||
std: io.murano
|
||||
|
||||
Name: MagnumBaymodel
|
@ -15,7 +15,7 @@ Version: 2
|
||||
Templates:
|
||||
baymodel:
|
||||
?:
|
||||
type: io.murano.apps.magnum.plugin.MagnumBaymodel
|
||||
type: com.intel.magnum.plugin.MagnumBaymodel
|
||||
name: $.baymodelConfiguration.name
|
||||
imageId: $.baymodelConfiguration.imageId
|
||||
keypairId: $.baymodelConfiguration.keyPair
|
||||
@ -38,7 +38,7 @@ Templates:
|
||||
|
||||
Application:
|
||||
?:
|
||||
type: io.murano.apps.magnum.plugin.MagnumBayApp
|
||||
type: com.intel.magnum.plugin.MagnumBayApp
|
||||
name: $.appConfiguration.name
|
||||
nodeCount: $.appConfiguration.nodeCount
|
||||
masterCount: $.appConfiguration.masterCount
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
@ -12,15 +12,15 @@
|
||||
|
||||
Format: 1.0
|
||||
Type: Application
|
||||
FullName: io.murano.apps.magnum.plugin.MagnumBayApp
|
||||
FullName: com.intel.magnum.plugin.MagnumBayApp
|
||||
Name: Magnum App
|
||||
Description: |
|
||||
App to deploy Kubernetes cluster using Magnum
|
||||
Author: 'Intel, Inc'
|
||||
Tags: [Magnum, Kubernetes, Docker]
|
||||
Classes:
|
||||
io.murano.apps.magnum.plugin.MagnumBaymodel: MagnumBaymodel.yaml
|
||||
io.murano.apps.magnum.plugin.MagnumBayApp: MagnumBayApp.yaml
|
||||
com.intel.magnum.plugin.MagnumBaymodel: MagnumBaymodel.yaml
|
||||
com.intel.magnum.plugin.MagnumBayApp: MagnumBayApp.yaml
|
||||
|
||||
Require:
|
||||
murano.plugins.magnum:
|
Loading…
Reference in New Issue
Block a user