Project Sputnik now comes with 3 month free trial on Joyent cloud

July 23, 2013

Joyent logoAs of today we are making available three months of free use of the Joyent Cloud to owners of the XPS 13 developer edition.

The idea behind Project Sputnik, has always been to provide a client-to-cloud platform for developers and today we are offering access to the Joyent Cloud to complete the solution.

What you get and how you get it

With the trial you get either two g3-standard-0.625-kvm instances running Ubuntu for 3 months or one g3-standard-1.75-kvm instance running Ubuntu for 3 months.

We will be setting up a landing page in the next day or two provide elegant access to the Joyent Cloud but for those who want to get started right away you can simply follow the “How do I get Started” instructions below.  We are kicking this off to begin with with 500 free accounts, first come first served.

3 components wJoyentProfile Tool and Cloud Launcher

Also available now are the Project Sputnik Cloud Launcher and profile tool.   The profile tool is designed to provide access to a library of community-created profiles, and to configure and quickly set up development environments and tool chains.  Today we have three sample profiles available: Emacs, Ruby and JavaScript.  Documentation on how to create a profile will be coming soon so stay tuned.

The cloud launcher creates a seamless link from the client to the cloud, to facilitate ongoing development of application environments.  There is a Juju version of the launcher that currently comes with Sputnik and today we are announcing a version that Opscode has developed which uses spiceweasel as its underlying library.  You can check out a demo of it here.  We are also working to connect the chef version of the cloud launcher to the Joyent trial, more to come on that soon.

But wait, there’s more

In related Dell Open Source news we’ve got a whole lot of momentum going on.  You can check out all the news in today’s press release but here are the highlights:

Dell OpenStack-Powered Cloud Solution

Now available with: OpenStack Grizzly support, support for Dell Multi-Cloud Manager (formerly Enstratius), and extended reference architecture support, including the Dell PowerEdge C8000

Dell Cloud Transformation Services

The new consulting services provide assistance with assessing, building, operating and running cloud environments, and enable and accelerate enterprise OpenStack adoption.

Dell Cloudera Hadoop Solution

Now supports the newest version of Cloudera Enterprise. Updates allow customers to perform real-time SQL interactive queries and Hadoop-based batch processing, simplifying the process of querying data in Hadoop environments.

Intel Distribution for Apache Hadoop

Dell has tested and certified the Intel Distribution for Apache Hadoop on Dell PowerEdge servers. Additionally Dell Solution Centers validated the reference architecture and developed a technical whitepaper that simplifies the deployment of Intel Distribution on the Dell platform

 Crowbar

Dell has released RAID and BIOS configuration capabilities to the Crowbar open source community.  SUSE has integrated Crowbar functionality as part of SUSE Cloud to make OpenStack-based private cloud deployments seamless.

Dasein open source project

Dell confirmed its commitment to further develop and support the Dasein open source project, as pioneered by recently acquired Enstratius.

Phew, a whole lot of shaking going on! 🙂

===========================================

How do I get Started with Joyent Cloud trial

Step 1:

Open a terminal window press Ctrl + Alt +T

1.1. $ wget https://us-east.manta.joyent.com/jens/public/sputnik.tar

1.2. $ sudo tar -C / -xvf sputnik.tar

Step 2:

Find and run the “Install Joyent Public Could” in the launcher.

Look for the big Joyent LOGO.

Step 3:

Signup for a free trial account on the Joyent Public Cloud.

Open Firefox, goto http://www.joyent.com

Step 4:

Back in the terminal window, type the following command:

$ /usr/share/applications/joyentInstaller.sh

Step 5:

5.1. $ wget -O key-generator.sh https://us-east.manta.joyent.com/jens/public/key-generator.sh

5.2. $ chmod 755 key-generator.sh

5.3. $ ./key-generator.sh (enter you username and password for the jpc)

To source your new environment variables run the following commands

5.4. source ~/.bash_profile

Step 6:

6.1   To Confirm that the Joyent cloud SDK is installed:   $ sdc-listdatacenters

6.2   To confirm that the Joyent Manta SDK is installed:   $ mls /manta/public/sdks

How do I provision a new instance?

Sign in to the Joyent portal and click the  in the upper right portion of the screen. Once you’re there, the tool will walk you through the choice of datacenters, images, and instance types and sizes. You’ll have a chance to review the hourly and monthly cost of the instance, and provide a memorable name for the instance. Once you’ve decided on the type of instance that fits your project, click the  button and the system will ask to confirm your request. The provisioning will start immediately, but may take a few seconds to complete. Clicking on the new named instance will show its assigned public IP address when provisioning is complete. You may SSH into the instance with ssh -l root <ip address>.

How do I stop, resize or reboot instances?

Shutting down, resizing or rebooting your instance can all be executed through the customer portal of Joyent. In addition, we’ve provided a script you can use to perform these steps within your instance.

How do I install software on my instance?

To install or update software on your instance, you’ll need to run commands as either the administrative or root user of your instance. For tips on how to run commands and installation processes, check out the pages on how to install software on your instance.

How do I secure my instance?

Joyent take cloud security very seriously and we have refined many processes to reduce risk and preserve the integrity of data managed in your instance. For a full list of security checks and processes, please visit the security center in our documentation.

How do you manage your instance resource usage?

One of strengths of Joyent is the ability to have full and detailed transparency of every aspect of your infrastructure and application. You can use Cloud Analytics to provide you real-time, diagnostic heatmaps of system behavior. In addition, using these tips here can provide you better control over optimizing the performance of your instance.

How do you manage a database on your instance?

Instances on Joyent can be pre-configured to run a wide range of databases and database services. Joyent supports: MySQL, Percona, Riak, MongoDB, as well as integration to database services from companies like, Cloudant or MongoLab. For big data projects, Joyent is an ideal platform for configuring and running a Hadoop cluster. Check out these guides on how to set up a database or configure your Hadoop cluster.

How do you analyze performance of my instances?

Joyent is the best cloud in the industry for monitoring the entire health of your stack. Using Cloud Analytics, you have the ability to examine, in real-time, the performance characteristics of every level of your application, and network. If you just want to perform server level monitoring, we’ve built integration with leading monitoring tools from New Relic and Nodefly as well.

Where can I learn more?

Our documentation center and engineering blogs are terrific resources for you to learn more about Joyent and participate in the Joyent community. The Dev Center resources we’ve built for you will hopefully get you started on a path to success with Joyent. For additional help or training, please visit:

Pau for now…


Update: Project Sputnik Profile Tool and Cloud Launcher

May 6, 2013

During last week’s DevOps Days here in Austin, Matt Ray of Opscode and Charles Lowell of the Frontside did a demo showing the status of the Project Sputnik profile tool and the cloud launcher.  The profile tool is still at a very early stage, and while the Cloud Launcher exists today in the form of LXC + JuJu, we are working on a version that works using Chef.

After Matt and Charles’ talk I grabbed sometime with them as well as Chris McClimans of Opscode to talk about where we’re at, where we’re going and what’s a spice weasel.

Profile Tool & Cloud Launcher Tool Slide

Extra-credit reading

Pau for now…


Sputnik 2 is here: Dell XPS 13 Developer Edition goes 1080p and lands in Europe

February 18, 2013

source: greatbigcanvas.com

Sputnik 2 & Laika source: greatbigcanvas.com

When we launched the Ubuntu-based XPS 13 developer edition at the end of November we got a lot of great press.  That being said, the two complaints we heard loud and clear were 1) the resolution is too low, and 2) it needs to be available outside the US and Canada.  Since that time we have been working hard to address both.

As of today the XPS 13 developer edition comes with a Full HD (FHD) display (1920 x 1080) and has begun rolling out in Europe.

On beyond North America

ubuntu_black-orange_hexFor those in the USA and Canada Sputnik 2, the XPS 13 developer edition with the FHD display, is now available online.  Across the pond Sputnik 2 has started rolling out and will be available online next week.  I will post the links when they become available but here is the list of the countries where Sputnik 2 will be landing:

  • Available online – France, Germany, UK, Austria, Belgium, Denmark, Finland, Ireland, Italy, Netherlands, Norway, Spain, Sweden, Switzerland
  • Available from your Dell rep – Israel, Luxembourg, Morocco, Russia, Saudi Arabia, South Africa, Turkey, UAE

With regards to the Asia Pacific region, we are currently evaluating options to introduce the XPS 13 developer edition in Australia and other countries in Asia, but don’t have details to share at this time.  That being said, if you would like to help with the introduction, share your opinion in the comments 🙂

XPS13-DEProduct specs

The new FHD version of the XPS 13 developer edition will replace the existing unit.  All other specs of this client-to-cloud solution will stay the same.

Here are the highlights:

  • Processor: 3rd generation Intel i7
  • Display: 13.3″ Full High Definition (1080p)
  • System memory: 8GB
  • Graphics: Intel HD graphics 4000
  • Hard drive: 256GB SSD drive
  • Standard Service: 1 year Dell ProSupport and onsite service after remote diagnostics
  • Operating system: Ubuntu 12.04 LTS
  • Community projects: Cloud launcher and Profile tool

To reflect the upgrade to the improved display the new price for the solution will be $1,549.

What about the Cloud Launcher and Profile Tool?

Ever since we first announced that we were launching a project to explore the creation of an open source developer laptop, we talked about two associated community beta projects: The Cloud Launcher and the Profile Tool.

  • Profile Tool: The idea behind the profile tool is to provide access to a library of community created profiles on github, such as Ruby and Android, to quickly set up your development environments and tool chains.
  • Cloud launcher: The cloud launcher enables you to create “microclouds” on your laptop, simulating an at-scale environment, and then deploy that environment seamlessly to the cloud.

With the mad rush to get Sputnik and then Sputnik 2 out the door we haven’t focused as much attention on the associated projects as we would have liked.  Now that the systems are going out the door we are looking to kick them up a notch.  We will soon be taking the Profile Tool effort off of pause.

With regards to the Cloud launcher, we have big plans for it (its what puts the “cloud” in “client-to-cloud” solution).  Today the launcher uses Juju to jettison application environments from the laptop, to the cloud.  Recently though we have been working with Opscode to create another version that leverages Chef and that will connect to the Dell Cloud on Demand.  We should have a demo and more available soon!

Links and Extra-credit reading

Pau for now…


Sputnik has landed! Introducing the Dell XPS 13 Laptop, Developer Edition

November 29, 2012

A little over six months ago we announced a scrappy skunkworks project to pilot a developer solution based on Ubuntu 12.04LTS and our sleek XPS 13 laptop.  Thanks to the amazing feedback and support we have received from the community, today we are announcing the availability of the resulting official product – the Dell XPS 13 laptop, developer edition.

What’s exactly is it?

Here is an overview of the components of this client-to-cloud solution and some key facts:

Hardware: XPS 13 laptop, high-end config

  • I7 CPU, 8GB RAM, 256GB SSD

Software

Price: $1,549 $1,449* (includes 1 yr ProSupport)

*Updated 11/30/12: the community pointed out we had not priced consistently across our online stores, this has been fixed.  This offering was always intended to be priced less than Windows.

Availability

  • Small office/consumer – U.S.
  • Enterprise – U.S./Canada
  • Outside the US  – early 2013

Community projects: Profile tool and Cloud Launcher

The profile tool and cloud launcher are beta open source projects that we have just kicked off on github.  These projects are quite nascent at this point and we are looking for more people to get involved and help get them going (hint, hint 🙂 ) .

  • Profile Tool: The idea behind the profile tool is to provide access to a library of community created profiles on github, such as Ruby and Android, to quickly set up your development environments and tool chains.
  • Cloud launcher: The cloud launcher enables you to create “microclouds” on your laptop, simulating an at-scale environment, and then deploy that environment seamlessly to the cloud.  Today the launcher utilizes Linux Containers to model your environment on your laptop and then uses Juju to jettison that environment to the cloud.  The launcher project on github will allow for community expansion on this concept using different technologies and approaches.

How did we get here?

As I mentioned at the beginning, project Sputnik began as a skunkworks effort.  It was made possible by internal incubation fund designed to bring wacky ideas from around the company to life in order to tap innovation that might be locked up in people’s heads. 

Just weeks after the basic concept was greenlighted by the innovation team, it was publically announced as a pilot project at the Ubuntu developer summit.  The big focus of our efforts, particularly in the beginning, has been to work with Canonical to make sure that we had the appropriate drivers for all functionality including the pesky touchpad.

From the start, the idea was to conduct project Sputnik out in the open, soliciting and leveraging direct input from developers via our Project Sputnik StormSession, comments on this blog, threads on the Sputnik tech center forum as well as the project Sputnik beta program.  In fact it was the tremendous interest in the beta program that convinced us to take Project Sputnik from pilot to product.

I would like to give a special shout out to the beta cosmonauts who signed on.  They were an intrepid lot who were patient and diligent working through issues to help make sure that when we went to production we had a product that developers would want.

Where do we go from here?

The next big thing for XPS 13 developer edition is availability outside the United States.  We are working with teams inside of Dell to make this so as quickly as we can.  The other direction we are looking at potentially expanding is offering a bigger beefier platform for developers.  The XPS 13 is perfect for those who want an ultra light and mobile system but we have heard from a bunch of devs who would also like an offering that was more workstation-like with a bigger screen and more RAM.

Today is a very proud moment for our team, putting together an official Dell offering for developers with their input and suggestions through out the process.  Stay tuned for more to come!

 Pau for now…


Project Sputnik: Profile Tool update

November 6, 2012

I thought I would take a break from feverishly preparing for the project Sputnik product launch, to give an update on the Profile tool. 

As you may remember, besides the needed drivers and basic utilities/tools there are two “extra-bits” that are part of the overall project Sputnik solution: the Profile tool and the Cloud launcher.  I will use a future post to give an update on the Cloud Launcher but today I want to focus on the Profile tool.


Project Sputnik Profile tool

With regards to the Profile tool we are doing a bit of reset on this effort and going forward will be doing the development out in the open and asking the community to dive in.

What is the Profile tool

In short, the profile tool provides access to a library of community created profiles on github, such as Ruby and Android, to quickly set up your development environments and tool chains.

As alpha cosmonaut Charles Lowell (aka cowboyd)who originally teed up the idea, put it

What I’d like to see is not only a gold-standard configuration, but also a meta-system to manage your developer configuration… The devops revolution is about configuration as code. How cool would it be if my laptop configuration were code that I could store in a source repo somewhere?

Here’s how it would basically work, when a developer creates a profile based on a development framework e.g rails, this profile template is published to central catalog.  On another machine, the same developer—or another developer if the authoring developer makes his template shareable—grabs the template and runs it. The profile tool then reads the template, brings in any necessary dependencies (packages, package archives, SCM repositories, keys, dotfiles, etc) and places them in a sandbox within the user’s home directory.

Making it so, with a little help for our friends

Our original idea was to build out the profile tool in two phases: Phase I – “System Configuration” and Phase II – “User Configuration.”  We started down the path of building out Phase I but have realized two things 1) we cant look at the two phases separately and 2) we need to be developing this out in the open and incorporating direct feedback.

Given this we are opening up development at the Sputnik page on github and are looking for people like you to steer the course we eventually take.  At this stage nothing is set in stone and the profile tool is experimental beta work with several different prototypes.   If this is something that appeals to you please dive in and help shape the future of project Sputnik!

Extra-credit reading


%d bloggers like this: