manifest.yaml with test “enabled: true” fails to apply
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
StarlingX |
Triaged
|
Low
|
Ran An |
Bug Description
Brief Description
-----------------
If the manifest.yaml file has "test: enabled" set to "true" the manifest fails to apply.
2019-03-
[root@controller-0 log(keystone_
+------
| application | manifest name | manifest file | status | progress |
+------
| stx-openstack | armada-manifest | manifest.yaml | apply-failed | operation aborted, check logs for detail |
+------
kubectl -n openstack get pods
osh-openstack-
kubectl logs osh-openstack-
+ export HOME=/tmp
+ HOME=/tmp
+ RESOURCE_
+ echo 'Test: create an alarm'
+ aodh alarm create --name alarm_test --type gnocchi_
Test: create an alarm
internal endpoint for metric service in RegionOne region not found (HTTP 503) (Request-ID: req-08eaf3dc-
from "docker exec -it armada_service /bin/bash" stx-openstack-
2019-03-06 22:27:54.088 40 INFO armada.
2019-03-06 22:27:54.113 40 INFO armada.
<snip>
namespace: "openstack"
get_release_status /usr/local/
2019-03-06 22:27:54.716 40 INFO armada.
2019-03-06 22:27:54.716 40 ERROR armada.cli [-] Caught internal exception: armada.
2019-03-06 22:27:54.716 40 ERROR armada.cli Traceback (most recent call last):
2019-03-06 22:27:54.716 40 ERROR armada.cli File "/usr/local/
2019-03-06 22:27:54.716 40 ERROR armada.cli self.invoke()
2019-03-06 22:27:54.716 40 ERROR armada.cli File "/usr/local/
2019-03-06 22:27:54.716 40 ERROR armada.cli resp = armada.sync()
2019-03-06 22:27:54.716 40 ERROR armada.cli File "/usr/local/
2019-03-06 22:27:54.716 40 ERROR armada.cli self._test_
2019-03-06 22:27:54.716 40 ERROR armada.cli File "/usr/local/
2019-03-06 22:27:54.716 40 ERROR armada.cli raise tiller_
2019-03-06 22:27:54.716 40 ERROR armada.cli armada.
2019-03-06 22:27:54.716 40 ERROR armada.cli
Severity
--------
Minor
Steps to Reproduce
------------------
Set test to “enabled: true” in the manifest file.
Upload the manifest “system application-upload stx-openstack helm-charts-
Apply the manifest “system application-apply stx-openstack”
Expected Behavior
------------------
The manifest file should apply
Actual Behavior
----------------
The manifest fails to apply
Reproducibility
---------------
Reproducible
System Configuration
-------
Any
Branch/Pull Time/Commit
-------
master
Timestamp/Logs
--------------
See description
tags: | added: stx.containers |
tags: |
added: stx.2.0 removed: stx.2019.05 |
Changed in starlingx: | |
assignee: | Bruce Jones (brucej) → Cindy Xie (xxie1) |
Changed in starlingx: | |
assignee: | Cindy Xie (xxie1) → Ran An (an.ran) |
Marking as release gating; medium priority. Right now, this doesn't cause issues in the starlingx deployments as tests are set to disabled. But, ideally, we want to address this issue and enable basic tests to be run on the services when they are launched.