modified to correct the URL. Mysql parameter changes as 07/40707/2
authorNarinder Gupta <narinder.gupta@canonical.com>
Wed, 30 Aug 2017 16:19:09 +0000 (11:19 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Wed, 30 Aug 2017 22:22:57 +0000 (17:22 -0500)
per charm team recommendation.

Change-Id: I34383c739df58c3e20968b324f71a819952dfbde
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/config_tpl/juju2/bundle_tpl/mysql.yaml
ci/config_tpl/juju2/bundle_tpl/oclphase1.yaml

index eedc9f0..87f6346 100644 (file)
@@ -8,8 +8,10 @@
         shared-db: *internal-space
 {% endif %}
       options:
-        innodb-buffer-pool-size: 1G
-        max-connections: 4000
+        innodb-buffer-pool-size: 256M
+        max-connections: 2000
+        #use-https: "yes"
+        #https-service-endpoints: "True"
         #performance-schema: true
         #source: "deb http://repo.percona.com/apt xenial main"
         #key: "8507EFA5"
index e27b0d4..171f195 100644 (file)
@@ -36,7 +36,7 @@
             -----END PGP PUBLIC KEY BLOCK-----
 
         install-sources: |
-          - "deb http:65.122.57.42/repo /"
+          - "deb http://65.122.57.42/repo /"
 
     contrail-agent:
       charm: ./{{ ubuntu.release }}/contrail-agent
@@ -75,7 +75,7 @@
             -----END PGP PUBLIC KEY BLOCK-----
 
         install-sources: |
-          - "deb http:65.122.57.42/repo /"
+          - "deb http://65.122.57.42/repo /"
 
     contrail-analytics:
       charm: ./{{ ubuntu.release }}/contrail-analytics