Merge "[DSH] Delete hardcoded image name"
This commit is contained in:
commit
25752460de
@ -33,6 +33,16 @@ On Centos, Fedora:
|
|||||||
Image building
|
Image building
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
To build Debian-based image
|
||||||
|
|
||||||
|
.. sourcecode:: bash
|
||||||
|
|
||||||
|
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Docker/DockerStandaloneHost/elements \
|
||||||
|
DIB_RELEASE=jessie DIB_CLOUD_INIT_DATASOURCES="Ec2, ConfigDrive, OpenStack" disk-image-create vm debian murano-agent-debian \
|
||||||
|
docker -o debian8-x64-docker
|
||||||
|
|
||||||
|
To build Ubuntu-based image
|
||||||
|
|
||||||
.. sourcecode:: bash
|
.. sourcecode:: bash
|
||||||
|
|
||||||
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Docker/DockerStandaloneHost/elements disk-image-create \
|
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Docker/DockerStandaloneHost/elements disk-image-create \
|
||||||
|
@ -24,7 +24,7 @@ Application:
|
|||||||
type: io.murano.resources.LinuxMuranoInstance
|
type: io.murano.resources.LinuxMuranoInstance
|
||||||
name: generateHostname($.instanceConfiguration.unitNamingPattern, 1)
|
name: generateHostname($.instanceConfiguration.unitNamingPattern, 1)
|
||||||
flavor: $.instanceConfiguration.flavor
|
flavor: $.instanceConfiguration.flavor
|
||||||
image: 'ubuntu14.04-x64-docker'
|
image: $.instanceConfiguration.image
|
||||||
keyname: $.instanceConfiguration.keyPair
|
keyname: $.instanceConfiguration.keyPair
|
||||||
assignFloatingIp: $.appConfiguration.assignFloatingIP
|
assignFloatingIp: $.appConfiguration.assignFloatingIP
|
||||||
availabilityZone: $.instanceConfiguration.availabilityZone
|
availabilityZone: $.instanceConfiguration.availabilityZone
|
||||||
@ -80,6 +80,13 @@ Forms:
|
|||||||
required: false
|
required: false
|
||||||
hidden: true
|
hidden: true
|
||||||
description: Specify some instance parameters on which the application would be created
|
description: Specify some instance parameters on which the application would be created
|
||||||
|
- name: image
|
||||||
|
type: image
|
||||||
|
imageType: linux.docker
|
||||||
|
label: Instance image
|
||||||
|
description: >-
|
||||||
|
Select valid image for the application. Image should already be prepared and
|
||||||
|
registered in glance.
|
||||||
- name: flavor
|
- name: flavor
|
||||||
type: flavor
|
type: flavor
|
||||||
label: Instance flavor
|
label: Instance flavor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user