Add C-state Management app to repo manifest

Story: 2011105
Task: 49901

Change-Id: Ief07052c279505b019546d4a9390217185f67e01
Signed-off-by: Vinicius Lobo <Vinicius.RochaLobo@windriver.com>
This commit is contained in:
Vinicius Lobo 2024-04-26 11:35:42 -03:00
parent 94b3a4d880
commit 8f6facd528
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@
<project remote="starlingx" name="public-keys.git" path="cgcs-root/public-keys"/>
<project remote="starlingx" name="ansible-playbooks.git" path="cgcs-root/stx/ansible-playbooks"/>
<project remote="starlingx" name="app-cstate-management.git" path="cgcs-root/stx/app-cstate-management"/>
<project remote="starlingx" name="app-dell-storage.git" path="cgcs-root/stx/app-dell-storage"/>
<project remote="starlingx" name="app-gen-tool.git" path="cgcs-root/stx/app-gen-tool"/>
<project remote="starlingx" name="app-harbor.git" path="cgcs-root/stx/app-harbor"/>
@ -110,3 +111,4 @@
<!-- revisions point to branch stable/train as of 2023-05-04 -->
<project remote="openstack" revision="8dc7366e7667149c33d26a1b1a05a10c3ac47f26" name="keystoneauth.git" path="cgcs-root/stx/git/python-keystoneauth"/>
</manifest>

View File

@ -9,6 +9,7 @@
<include name="common.xml" />
<project remote="starlingx" name="ansible-playbooks.git" path="cgcs-root/stx/ansible-playbooks"/>
<project remote="starlingx" name="app-cstate-management.git" path="cgcs-root/stx/app-cstate-management"/>
<project remote="starlingx" name="app-dell-storage.git" path="cgcs-root/stx/app-dell-storage"/>
<project remote="starlingx" name="app-gen-tool.git" path="cgcs-root/stx/app-gen-tool"/>
<project remote="starlingx" name="app-harbor.git" path="cgcs-root/stx/app-harbor"/>
@ -56,4 +57,5 @@
<project remote="starlingx" name="update.git" path="cgcs-root/stx/update"/>
<project remote="starlingx" name="utilities.git" path="cgcs-root/stx/utilities"/>
<project remote="starlingx" name="vault-armada-app.git" path="cgcs-root/stx/vault-armada-app"/>
<project remote="starlingx" name="app-cstate-management.git" path="cgcs-root/stx/app-cstate-management"/>
</manifest>