From 48687e6ae064286cd0d607220d7726d228bac8ea Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 30 Aug 2017 11:19:09 -0500 Subject: modified to correct the URL. Mysql parameter changes as per charm team recommendation. Change-Id: I34383c739df58c3e20968b324f71a819952dfbde Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/mysql.yaml | 6 ++++-- ci/config_tpl/juju2/bundle_tpl/oclphase1.yaml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ci/config_tpl/juju2/bundle_tpl/mysql.yaml b/ci/config_tpl/juju2/bundle_tpl/mysql.yaml index eedc9f0e..87f6346a 100644 --- a/ci/config_tpl/juju2/bundle_tpl/mysql.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/mysql.yaml @@ -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" diff --git a/ci/config_tpl/juju2/bundle_tpl/oclphase1.yaml b/ci/config_tpl/juju2/bundle_tpl/oclphase1.yaml index e27b0d48..171f1951 100644 --- a/ci/config_tpl/juju2/bundle_tpl/oclphase1.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/oclphase1.yaml @@ -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 -- cgit 1.2.3-korg