Questions tagged [hp-cloud-services]

10 questions
1
vote
1 answer

converting matlab code to cloud service

I have written Matlab code( musclualr software package), frequently l have seen move application to the cloud service, and now l want to learn cloud computing, l start with my application, but l want to know the aims of converting matlab code to…
1
vote
1 answer

HP-Cloud Storage: cannot upload a blob with payload

Here is an Example of my code: Properties props = new Properties(); props.setProperty(KeystoneProperties.CREDENTIAL_TYPE, CredentialTypes.API_ACCESS_KEY_CREDENTIALS); context = ContextBuilder.newBuilder("hpcloud-objectstorage") …
DiKorsch
  • 1,240
  • 9
  • 20
0
votes
1 answer

Python Swift Client Object count mismatch with the actutal objects in cloud

I am using following command to list all the objects in the container and dumping into the log file. swift -A url -U username -K password list container_name> log.txt I have checked the number of lines in the output log file and it showing the …
0
votes
1 answer

unable to resolve host hp cloud

With the help of open stack commands I have made instance in HP cloud. After creating instance and associating with floating IP when I try to run lamp commands on instance means try to install mysql, apache etc on instance then I am getting…
Jass
  • 3,345
  • 3
  • 24
  • 41
0
votes
1 answer

configuring nginx as proxy to work with devpi mirror on HP-cloud

I'm trying to create a devpi mirror on HP-cloud that will be accessed via nginx, i.e - nginx listens to port 80 and used as a proxy to devpi that is using port 4040 on the same machine. I have configured an HP-cloud security group that is opened for…
Hagai
  • 678
  • 7
  • 20
0
votes
1 answer

jclouds HP compute service stopped working for new users

I wrote code that uses jclouds' HP cloud compute service, and everything worked well. Yesterday I opened a new account on HP, and the code failed. Getting an error about version - so I assume HP upgraded their openstack version, however I can't…
guy mograbi
  • 27,391
  • 16
  • 83
  • 122
0
votes
1 answer

unable to connect to PPAS instance in HP Cloud using pgAdmin on Windows 7 PC

With a fresh PPAS image in the HP Cloud, is it possible to connect to that remote image from pgAdmin running on a Windows 7 PC without first making any changes to the PPAS configuration up in the cloud? Does PPAS in the HP Cloud listen for remote…
Tim
  • 8,669
  • 31
  • 105
  • 183
0
votes
2 answers

Cinder API using jclouds

I have been reading about the support jclouds added to the Cinder Openstack API, and i was looking at this example usage on Rackspace…
Eli Polonsky
  • 511
  • 1
  • 3
  • 11
0
votes
1 answer

HP Block Storage using jclouds Template

following the docs here: http://code.google.com/p/jclouds/wiki/EBS i see how to attach an EBS volume to a newly provisioned ec2 instance. does anybody know if there is an equivalent to this for HP Block Storage? or Rackspace Block Storage? im…
Eli Polonsky
  • 511
  • 1
  • 3
  • 11
0
votes
1 answer

mysql host on internet using hp cloud and xeround

I am new to the 'cloud' concept I have a Java based application for data entry which runs well on my LAN. On my LAN I install: MySql Configure Instance ( user name - root, pass - ******) Dump dummy database entry_db that is in raw format Then I…