{% extends "deploy/base.html" %} {% block head%}{% endblock %} {% block content %} 1Step 1 2Step 2 3Step 3 4Step 4 5Step 5 6Step 6 7Step 7 8Step 8 Wizard Start {% if status != None %} {{gettext(status)}} {% endif %} {% if state == '20' %} Use any of the following Cluster Management URLs to manage your cluster: {% if management_urls != "" %} {% for url in management_urls %} {{url}} {% endfor %} {% endif %} {% elif state == '10' %} Create New Cluster Join Existing Cluster Replace Management Node {% endif %} {% endblock %} {% block js%} {% endblock %}