Fixing snap promotion
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index b052b9c..5d27c7f 100644 (file)
@@ -448,6 +448,8 @@ node("${params.NODE}") {
                         pty: true
                     ]
 
+                    // Force loading of the ETSI Debian Package Signing Key
+                    sshCommand remote: remote, command: 'sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93EC7342B1168CDB'
                     // Force time sync to avoid clock drift and invalid certificates
                     sshCommand remote: remote, command: 'sudo apt-get update'
                     sshCommand remote: remote, command: 'sudo apt-get install -y chrony'
@@ -672,11 +674,9 @@ EOF"""
                                 'osm', // bundle
                                 'osm-ha', // bundle
                                 'osm-grafana',
-                                //'juju-simplestreams-operator',
-                                //'kafka-exporter',
                                 'osm-mariadb',
-                                //'mongodb-exporter',
-                                //'mysqld-exporter',
+                                'mongodb-exporter',
+                                'mysqld-exporter',
                                 'osm-lcm',
                                 'osm-mon',
                                 'osm-nbi',
@@ -684,7 +684,7 @@ EOF"""
                                 'osm-pol',
                                 'osm-ro',
                                 'osm-prometheus',
-                                //'osm-vca-integrator-operator',
+                                'osm-vca-integrator-operator',
                             ]
                             for (charm in charms) {