Questions tagged [hp-cloud]

4 questions
9
votes
2 answers

How can I configure Juju for deployment on HP Cloud?

HP Cloud has a new cloud service out based on Open Stack. How can I configure my environments.yaml to connect to the new service?
Marco Ceppi
  • 47,783
  • 30
  • 172
  • 197
3
votes
1 answer

What is needed for the authorized-keys in the environments.yaml file?

I am trying to get Juju working in HPCloud; however, I can't figure out what is needed for the authorized-keys in the environment.yml file. I already read this post How can I configure Juju for deployment on HP Cloud? and tried creating a public…
Derrick
  • 31
  • 2
1
vote
1 answer

How many security groups do I need for Juju on HPCloud?

I have run out of security groups while using Juju with HPCloud. Do I need security group per instance? I have a limited quota of security groups.
Dima
  • 9,727
  • 10
  • 34
  • 46
0
votes
1 answer

Redirect multiple qsub job results to a single file

I am trying to run multiple qsub jobs using different parameters: for i in {1..10}; do qsub -v Size=''$i'' test.sh; done The contents of the test.sh script are : #!/bin/bash #$ -cwd #$ -S /bin/bash #$ -N matrix_multiplication #$ -o output #$ -e…
Car le
  • 3
  • 1