Commit 039599ee by YSC

修改Ubuntu镜像源

parent 94496434
......@@ -83,7 +83,7 @@ devstack_forum_env:
forum_user: "forum"
forum_ruby_version: "2.4.1"
forum_source_repo: "https://github.com/edx/cs_comments_service.git"
forum_source_repo: "https://git.orhontech.com/edx/cs_comments_service.git"
forum_version: "master"
#
......
......@@ -87,7 +87,7 @@ NGINX_SERVER_HTML_FILES:
style_p: "{{ NGINX_SERVER_ERROR_STYLE_P }}"
style_div: "{{ NGINX_SERVER_ERROR_STYLE_DIV }}"
NGINX_APT_REPO: deb http://nginx.org/packages/ubuntu/ {{ ansible_distribution_release }} nginx
NGINX_APT_REPO: deb http://mirrors.ustc.edu.cn/nginx/packages/ubuntu/ {{ ansible_distribution_release }} nginx
nginx_app_dir: "{{ COMMON_APP_DIR }}/nginx"
......
......@@ -50,8 +50,9 @@ RABBITMQ_CLUSTER_NAME: "{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}-rabbit"
# option to force deletion of the mnesia dir
rabbitmq_refresh: false
rabbitmq_repo: "deb https://dl.bintray.com/rabbitmq/debian/ {{ ansible_distribution_release }} main"
rabbitmq_repo_key: "https://packagecloud.io/rabbitmq/rabbitmq-server/gpgkey"
# rabbitmq_repo: "deb https://www.rabbitmq.com/debian/ {{ ansible_distribution_release }} main"
rabbitmq_repo: "deb https://www.rabbitmq.com/debian/ testing main"
rabbitmq_repo_key: "https://www.rabbitmq.com/rabbitmq-release-signing-key.asc"
rabbitmq_debian_pkgs:
- "apt-transport-https"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment