Skip to content

Instantly share code, notes, and snippets.

@cp16net
Created August 11, 2014 19:08
Show Gist options
  • Select an option

  • Save cp16net/90d20200fa0289e6b9af to your computer and use it in GitHub Desktop.

Select an option

Save cp16net/90d20200fa0289e6b9af to your computer and use it in GitHub Desktop.
diff --git a/scripts/files/elements/ubuntu-percona/pre-install.d/10-percona-apt-key b/scripts/files/elements/ubuntu-pe
index 7db291c..9133c37 100755
--- a/scripts/files/elements/ubuntu-percona/pre-install.d/10-percona-apt-key
+++ b/scripts/files/elements/ubuntu-percona/pre-install.d/10-percona-apt-key
@@ -14,7 +14,7 @@ if [ ! -e /home/${GUEST_USERNAME}/.gnupg ]; then
mkdir -p /home/${GUEST_USERNAME}/.gnupg
fi
-apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
+apt-key adv --keyserver hkp://keys.gnupg.net:80 --recv-keys 1C4CBDCDCD2EFD2A
# add Percona repo
# creates the percona sources list
diff --git a/scripts/localrc.rc b/scripts/localrc.rc
index f5b1da5..ae40a2f 100644
--- a/scripts/localrc.rc
+++ b/scripts/localrc.rc
@@ -31,3 +31,6 @@ VOLUME_BACKING_FILE=${VOLUME_BACKING_FILE}
# to force lock_path to /tmp.
EXTRA_OPTS=(lock_path=$USERHOME/nova_locks rescan_timeout=180 resizefs_timeout=240 force_dhcp_release=False)
UNDO_REQUIREMENTS=False
+NCCLIENT_REPO=https://github.com/CiscoSystems/ncclient.git
+GIT_BASE=https://git.openstack.org
+MASTER_REPO=https://git.openstack.org/openstack-dev/devstack
diff --git a/scripts/redstack.rc b/scripts/redstack.rc
index 7cec701..bad48af 100644
--- a/scripts/redstack.rc
+++ b/scripts/redstack.rc
@@ -23,8 +23,10 @@ PATH_DISKIMAGEBUILDER=$DEST/diskimage-builder
PATH_TRIPLEO_ELEMENTS=$DEST/tripleo-image-elements
# Devstack and OpenStack git repo source path
-REPO_DEVSTACK=git://git.openstack.org/openstack-dev/devstack.git
-OPENSTACK_GITSOURCE=git://git.openstack.org/openstack
+#REPO_DEVSTACK=git://git.openstack.org/openstack-dev/devstack.git
+#OPENSTACK_GITSOURCE=git://git.openstack.org/openstack
+REPO_DEVSTACK=https://git.openstack.org/openstack-dev/devstack.git
+OPENSTACK_GITSOURCE=https://git.openstack.org/openstack
# Destination for working data
DATA_DIR=${DEST}/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment