Skip to content

Commit

Permalink
Not using apt-get for raidonly
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquincasares committed Sep 6, 2012
1 parent 5b3f184 commit 15b4816
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ds2_configure.py
Expand Up @@ -778,10 +778,7 @@ def run():
use_ec2_userdata()

confirm_authentication()

setup_repos()

if not options.raidonly:
setup_repos()
clean_installation()
opscenter_installation()

Expand All @@ -802,8 +799,9 @@ def run():
if not options.raidonly:
construct_core_site()

sync_clocks()
additional_post_configurations()
sync_clocks()

additional_post_configurations()

logger.info("ds2_configure.py completed!\n")
conf.set_config("AMI", "CurrentStatus", "Complete!")

0 comments on commit 15b4816

Please sign in to comment.