{"id":663,"date":"2020-01-09T14:24:58","date_gmt":"2020-01-09T13:24:58","guid":{"rendered":"http:\/\/www.ume.li\/blog\/?p=663"},"modified":"2020-01-09T15:19:24","modified_gmt":"2020-01-09T14:19:24","slug":"hcl-connections-activities-plus","status":"publish","type":"post","link":"https:\/\/www.ume.li\/blog\/2020\/01\/09\/hcl-connections-activities-plus\/","title":{"rendered":"HCL Connections Activities Plus"},"content":{"rendered":"<p>Ran into a small issue with the activities plus. If you only want to install the activities plus in your test kubernetes cluster and you dont want to upload all images, then you will fail.<\/p>\n<p>the support\/setupImages.sh script has 2 errors in it. <\/p>\n<ol>\n<li> it does not recognize the parameter kudos-boards. .\/setupImages.sh -st kudos-boards &#8230;. will fail. You need to change the line &#8216;starter_stack_options=&#8217; and add &#8216;kudos-boards&#8217; to the list.<\/li>\n<li> if you only run setupImages.sh -st kudos-boards it will not push all the required stuff. you need at least to run it with -st customizer,kudos-boards<br \/>\nor change the #infra block in setupImages.sh to <\/p>\n<pre>\r\n        # Infra\r\n        if [[ ${STARTER_STACKS} =~ \"customizer\" ]] || [[ ${STARTER_STACKS} =~ \"orientme\" ]] || [[ ${STARTER_STACKS} =~ \"kudos-boards\" ]]; then\r\n                arr=(haproxy.tar mongodb-rs-setup.tar mongodb.tar redis-sentinel.tar redis.tar appregistry-client.tar appregistry-service.tar)\r\n                for f in \"${arr[@]}\"; do\r\n                        setup_image $f\r\n                done\r\n        fi\r\n<\/pre>\n<\/li>\n<\/ol>\n<p>I don&#8217;t like the default persistentVolume paths \/pv-connections. I use \/data for my test environment.<br \/>\nThis needs a small tweak in the boards-cp.yaml file:<\/p>\n<pre>\r\nminio:\r\n    persistentVolumePath: data\r\n    nfs:\r\n       server: 192.168.1.2\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Ran into a small issue with the activities plus. If you only want to install the activities plus in your<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[54,23],"tags":[],"class_list":["post-663","post","type-post","status-publish","format-standard","hentry","category-component-pack","category-connections"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/posts\/663","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/comments?post=663"}],"version-history":[{"count":5,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/posts\/663\/revisions"}],"predecessor-version":[{"id":668,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/posts\/663\/revisions\/668"}],"wp:attachment":[{"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/media?parent=663"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/categories?post=663"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/tags?post=663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}