Not really, never had that issue. However, SDC is often affected by misbehaviors of the common Cassandra cluster. Try to connect to all the replicas to see if Cassandra is up: kubectl exec -it dev-cassandra-cassandra-X -- cqlsh -u cassandra -p cassandra (X = 0, 1, 2)
If Cassandra looks fine, then try to bounce SDC-BE. If the problem persists, reinstall SDC using the local Cassandra. You need to modify the SDC values.yaml file in oom/kubernetes/sdc for that: #This flag allows SDC to instantiate its own cluster, serviceName #should be sdc-cs if this flag is enabled localCluster: false #The cassandra service name to connect to (default: shared cassandra service) serviceName: cassandra #Shared cassandra cluster replicaCount, should be changed if localCluster is enabled #to match with its own cluster replica replicaCount: 3 Set localCluster to true and replicaCount to 1. Then do make sdc; make onap and reinstall SDC. Marco From: huangxiangyu <[email protected]> Date: Monday, September 9, 2019 at 8:37 AM To: "PLATANIA, MARCO (MARCO)" <[email protected]> Cc: "[email protected]" <[email protected]> Subject: RE: [onap-discuss] [SDC] workflow designer is not working Hi Marco I can visit the workflow designer now but another question just shows up. So I have created a workflow but still in operation tab I can’t add an operation. The add operation button seems grey, do you know what goes wrong? Thanks Harry 发件人: [email protected] [mailto:[email protected]] 代表 harry huang 发送时间: 2019年9月6日 9:31 收件人: [email protected]; [email protected] 主题: Re: [onap-discuss] [SDC] workflow designer is not working Got it, thanks Regards Harry Huang 发件人: [email protected]<mailto:[email protected]> [mailto:[email protected]] 代表 Marco Platania 发送时间: 2019年9月3日 21:43 收件人: [email protected]<mailto:[email protected]>; huangxiangyu <[email protected]<mailto:[email protected]>> 主题: Re: [onap-discuss] [SDC] workflow designer is not working You need to access https://sdc.workflow.plugin.simpledemo.onap.org:30431/workflows<https://urldefense.proofpoint.com/v2/url?u=https-3A__sdc.workflow.plugin.simpledemo.onap.org-3A30431_workflows&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=Zk2AOliHqaxKVf31UbsnY7D-pTcPVtDlH9kkvkpfm4k&s=1b4dhjhQ4YF7fHNaVDGGtghZfxhtiUNjboQDhk-zMkg&e=> directly, accept the certificate and then go back to the SDC link. That should work. Marco From: <[email protected]<mailto:[email protected]>> on behalf of harry huang <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>, "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Tuesday, September 3, 2019 at 12:14 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [onap-discuss] [SDC] workflow designer is not working Hi SDC team I’ve deployed a SDC workflow designer of 1.4.1 but the workflow designer page is always loading when I try to visit. Do you have a fix for this ? or can anyone points an available tag ? Thanks in advance. Regards Harry Huang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18858): https://lists.onap.org/g/onap-discuss/message/18858 Mute This Topic: https://lists.onap.org/mt/33123163/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
