Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #65 from Metaswitch/chef_192
Browse files Browse the repository at this point in the history
[No reviewer] Fix up all in one install command
  • Loading branch information
eleanor-merry committed Jun 4, 2015
2 parents 551a4ab + 7983d99 commit dcbb07d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/All_in_one_Images.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,7 @@ If your virtualization platform is not EC2 and doesn't support OVF, you may stil
d-i preseed/late_command string in-target bash -c '{ echo "#!/bin/bash" ; \
echo "set -e" ; \
echo "repo=... # filled in by make_ovf.sh" ; \
echo "echo deb \$repo binary/ > /etc/apt/sources.list.d/clearwater.list" ; \
echo "curl -L http://repo.cw-ngv.com/repo_key | sudo apt-key add -" ; \
echo "apt-get update" ; \
echo "export DEBIAN_FRONTEND=noninteractive" ; \
echo "apt-get install -y --force-yes clearwater-cassandra clearwater-auto-config-generic" ; \
echo "apt-get install -y --force-yes ellis bono restund sprout homer homestead homestead-prov" ; \
echo "export PATH=/usr/share/clearwater/ellis/env/bin:$PATH" ; \
echo "cd /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/" ; \
echo "curl -L https://raw.githubusercontent.com/Metaswitch/clearwater-infrastructure/master/scripts/clearwater-aio-install.sh | sudo bash -s clearwater-auto-config-generic $repo" ; \
echo "python create_numbers.py --start 6505550000 --count 1000" ; \
echo "rm /etc/rc2.d/S99zclearwater-aio-first-boot" ; \
echo "poweroff" ; } > /etc/rc2.d/S99zclearwater-aio-first-boot ; \
Expand Down

0 comments on commit dcbb07d

Please sign in to comment.