Use provides to note an element provides deploy
Use "deploy" to denote that an element provides the deploy capability for a ramdisk for tripleo installation purposes. This will be a 3-part change to enable renaming deploy to deploy-baremetal so that the generic "deploy" capability can be used for the provides file, as a dependant change will have to be made in tripleo-incubator. The tripleo-incubator change is I1ff4bb98c99dfe87ccc4fb19767b93e27707d3a7 and that swaps to using deploy-baremetal in place of deploy for ramdisk creation when using baremetal. Change-Id: Ibb4026e8fc8ba6378061461c4796a91ab2fa991f
This commit is contained in:
parent
35a006cfa6
commit
0f12d45a50
2
elements/deploy-baremetal/README.md
Normal file
2
elements/deploy-baremetal/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
A ramdisk that will expose the machine primary disk over iSCSI and reboot
|
||||
once baremetal-deploy-helper signals it is finished.
|
1
elements/deploy-ironic/element-provides
Normal file
1
elements/deploy-ironic/element-provides
Normal file
@ -0,0 +1 @@
|
||||
deploy
|
@ -1 +1 @@
|
||||
deploy
|
||||
deploy-baremetal
|
||||
|
@ -1,2 +1 @@
|
||||
A ramdisk that will expose the machine primary disk over iSCSI and reboot
|
||||
once baremetal-deploy-helper signals it is finished.
|
||||
Temporary element to include deploy-baremetal from the name deploy whilst renaming the element.
|
||||
|
1
elements/deploy/element-deps
Normal file
1
elements/deploy/element-deps
Normal file
@ -0,0 +1 @@
|
||||
deploy-baremetal
|
Loading…
Reference in New Issue
Block a user