Skip to content

Commit

Permalink
Use provides to note an element provides deploy
Browse files Browse the repository at this point in the history
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
  • Loading branch information
j3p0uk committed Apr 18, 2014
1 parent 35a006c commit 0f12d45
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions elements/deploy-baremetal/README.md
Original file line number Diff line number Diff line change
@@ -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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions elements/deploy-ironic/element-provides
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deploy
2 changes: 1 addition & 1 deletion elements/deploy-kexec/element-deps
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deploy
deploy-baremetal
3 changes: 1 addition & 2 deletions elements/deploy/README.md
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions elements/deploy/element-deps
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deploy-baremetal

0 comments on commit 0f12d45

Please sign in to comment.