Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
29 lines (27 loc) · 1.31 KB

File metadata and controls

29 lines (27 loc) · 1.31 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash
#====================================
# $Name: openstack_source.sh
# $Revision: 1.0
# $Function: This a simple bash script to wget openstack grizzly source code
# $Author: Shundong Zhao
# $organization: UnixHot
# $Create Date: 2013-08-01
#===================================
#COLOR_SUCCESS echo -en "\\033[1;32m"
#COLOR_FAILURE echo -en "\\033[1;31m"
#COLOR_WARNING echo -en "\\033[1;33m"
#COLOR_NORMAL echo -en "\\033[0;39m"
wget https://launchpad.net/nova/grizzly/2013.1.2/+download/nova-2013.1.2.tar.gz
wget https://launchpad.net/glance/grizzly/2013.1.2/+download/glance-2013.1.2.tar.gz
wget https://launchpad.net/quantum/grizzly/2013.1.2/+download/quantum-2013.1.2.tar.gz
wget https://launchpad.net/keystone/grizzly/2013.1.2/+download/keystone-2013.1.2.tar.gz
wget https://launchpad.net/horizon/grizzly/2013.1.2/+download/horizon-2013.1.2.tar.gz
wget http://www.unixhot.com/noVNC.tar.gz
wget http://www.unixhot.com/websockify.tar.gz
mv nova-2013.1.2.tar.gz ./openstack/nova/files/
mv glance-2013.1.2.tar.gz ./openstack/glance/files/
mv quantum-2013.1.2.tar.gz ./openstack/quantum/files/
mv keystone-2013.1.2.tar.gz ./openstack/keystone/files/
mv horizon-2013.1.2.tar.gz ./openstack/horizon/files/
mv noVNC.tar.gz ./openstack/horizon/files/
mv websockify.tar.gz ./openstack/horizon/files/
Morty Proxy This is a proxified and sanitized view of the page, visit original site.