0

I would like to use Juju with Fujitsu Cloud Service K5, is it possible? I'm trying to add a openstack cloud using "juju add-cloud" but I don't know the API endpoint. Could it be one of these?

Edit: I think K5 is not exposing openstack endpoints, so I do not think K5 can be added as an openstack cloud. Is there any plan to support Fujitsu K5 like it does with AWS, Azure or Rackspace?

Kroma
  • 1

1 Answers1

0

@Kroma, I would suggest to use MAAS+JUJU to deploy OpenStack.

Process would be as follows:

1) Deploy MAAS + add your Vms/physical servers to it.

2) Deploy JUJU and bootstrap with MAAS

3) Deploy OpenStack via JUJU (vm/machines will be provisioned via MAAS)

Also if you are trying to deploy OpenStack just to test funcionality, show others (play with it), my suggestion would be to use conjure-up https://www.ubuntu.com/download/cloud/try-openstack

boggy
  • 382