Introducing jboss-cloud-support
The most important change in JBoss-Cloud project is moving its core to a external project called JBoss-Cloud Support. Sources are available, as usual, at github.
You might be asking what's the reason of that move? As you know we at JBoss are open, really open. If you want to generate appliances, not neccessary for Cloud, you can use only jboss-cloud-support with self created appliance files and all needed stuff for that. But you should know that we're focusing on JBoss-Cloud project, though.
If something isn't working for you in a "stand-alone" version of JBoss-Cloud, tell us about that. We're on IRC and we have also a mailing-list. You can create a ticket too (remember to add core tag — this will help a lot!).
Wizard improvements
Wizard has been completely rewritten. What's new? In one word: everything. Wizard shipped with 1.0.0.Beta2 has enabled only selecting appliance and output type. Now you can choose everything you need:
- Appliance to build,
- Disk size,
- Memory size,
- Output type,
- Network name (if VMware Personal or Enterprise output type is selected).
More, you can save an appliance configuration and reuse it later! By default wizard will store configurations in ~/.jboss-cloud/configs/ directory. You can override this by setting JBOSS_CLOUD_CONFIG_DIR environment variable, eg:
export JBOSS_CLOUD_CONFIG_DIR=/opt/jbc/configs/
./wizard
At start wizard will show all saved configurations. After selecting saved config there are three options:
- view — it'll print saved configuration,
- delete — it'll remove selected configurations from disk,
- use (default) — it'll build selected configuration.
To run wizard go to JBoss-Cloud home folder and run ./wizard. Note that it was renamed from appliance-builder.
Tip: you can exit from wizard any time by pressing CTRL+C!
VMware support changes
VMware support code has been completely rewritten, too. Most important changes are:
- Switch to SCSI disks for VMware Personal appliances (Enterprise has SCSI disks already),
- Got rid of some dependencies: python-virtinst and qemu-img are no longer required!
- Increase VMware appliances generation speed. If you have generated RAW image before, converting it to VMware images, both Personal and Enterprise will take not ~20 minutes as before, but < 5 sec, really, check it out!
When it will be released?
We're getting closer and closer to next beta release of JBoss-Cloud. Take a look at tickets assigned to 1.0.0.Beta3 milestone. We're going to push it in the near future, so be prepared to get latest and best Cloud out there!
But if you are impatient (don't worry, we like them), take a look at how to start page.