]
Lucas Ponce updated SWSQE-421:
------------------------------
Attachment: bookinfo-123-mix.yaml
bookinfo-123-pod.yaml
bookinfo-123-daemonset.yaml
bookinfo-123-deploymentconfig.yaml
bookinfo-123-statefulset.yaml
bookinfo-123-replicaset.yaml
bookinfo-123-replicationcontroller.yaml
Kiali Test Mesh support for ReplicationControllers and
DeploymentConfig
-----------------------------------------------------------------------
Key: SWSQE-421
URL:
https://issues.jboss.org/browse/SWSQE-421
Project: Kiali QE
Issue Type: Dev Task
Reporter: Lucas Ponce
Assignee: Guilherme Baufaker RĂªgo
Attachments: bookinfo-123-daemonset.yaml, bookinfo-123-deploymentconfig.yaml,
bookinfo-123-mix.yaml, bookinfo-123-pod.yaml, bookinfo-123-replicaset.yaml,
bookinfo-123-replicationcontroller.yaml, bookinfo-123-statefulset.yaml
Related to KIALI-1284, Kiali will support several types for deployments.
Currently, only Deployment objects are fully supported on list pages.
Also, to sync with the current OpenShift Web Console, we plan to support: Deployment,
ReplicaSet, ReplicationController and DeploymentConfig (this one is not a kubernetes
object, but only OpenShift one).
So, in order to help in the testing, Kiali Test Mesh could add these new types:
ReplicationController and DeploymentConfig to deploy a test scenario that we can use for
our testing.
I.e.
{code}
DEPLOYMENT_TYPE=ReplicationController NUM_SERVICES=2 NUM_VERSIONS=2 make
openshift-deploy-kiali-test-circle
DEPLOYMENT_TYPE=DeploymentConfig NUM_SERVICES=2 NUM_VERSIONS=2 make
openshift-deploy-kiali-test-circle
{code}