Merge "Revert "Bump cirros version to 0.6.1""
This commit is contained in:
		@@ -122,7 +122,7 @@ when creating the server, for example:
 | 
				
			|||||||
.. code-block:: shell
 | 
					.. code-block:: shell
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  $ openstack --os-compute-api-version 2.37 server create --flavor cirros256 \
 | 
					  $ openstack --os-compute-api-version 2.37 server create --flavor cirros256 \
 | 
				
			||||||
      --image cirros-0.6.1-x86_64-disk --nic none --wait test-server
 | 
					      --image cirros-0.3.5-x86_64-disk --nic none --wait test-server
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. note:: ``--os-compute-api-version`` greater than or equal to 2.37 is
 | 
					.. note:: ``--os-compute-api-version`` greater than or equal to 2.37 is
 | 
				
			||||||
          required to use ``--nic=none``.
 | 
					          required to use ``--nic=none``.
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										15
									
								
								stackrc
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								stackrc
									
									
									
									
									
								
							@@ -662,19 +662,20 @@ esac
 | 
				
			|||||||
#     If the file ends in .tar.gz, uncompress the tarball and and select the first
 | 
					#     If the file ends in .tar.gz, uncompress the tarball and and select the first
 | 
				
			||||||
#     .img file inside it as the image.  If present, use "*-vmlinuz*" as the kernel
 | 
					#     .img file inside it as the image.  If present, use "*-vmlinuz*" as the kernel
 | 
				
			||||||
#     and "*-initrd*" as the ramdisk
 | 
					#     and "*-initrd*" as the ramdisk
 | 
				
			||||||
#     example: https://cloud-images.ubuntu.com/releases/jammy/release/ubuntu-22.04-server-cloudimg-amd64.tar.gz
 | 
					#     example: http://cloud-images.ubuntu.com/releases/precise/release/ubuntu-12.04-server-cloudimg-amd64.tar.gz
 | 
				
			||||||
#  * disk image (*.img,*.img.gz)
 | 
					#  * disk image (*.img,*.img.gz)
 | 
				
			||||||
#    if file ends in .img, then it will be uploaded and registered as a to
 | 
					#    if file ends in .img, then it will be uploaded and registered as a to
 | 
				
			||||||
#    glance as a disk image.  If it ends in .gz, it is uncompressed first.
 | 
					#    glance as a disk image.  If it ends in .gz, it is uncompressed first.
 | 
				
			||||||
#    example:
 | 
					#    example:
 | 
				
			||||||
#      https://cloud-images.ubuntu.com/releases/jammy/release/ubuntu-22.04-server-cloudimg-amd64.img
 | 
					#      http://cloud-images.ubuntu.com/releases/precise/release/ubuntu-12.04-server-cloudimg-armel-disk1.img
 | 
				
			||||||
#      https://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-rootfs.img.gz
 | 
					#      http://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-rootfs.img.gz
 | 
				
			||||||
#  * OpenVZ image:
 | 
					#  * OpenVZ image:
 | 
				
			||||||
#    OpenVZ uses its own format of image, and does not support UEC style images
 | 
					#    OpenVZ uses its own format of image, and does not support UEC style images
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#IMAGE_URLS="https://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk.img" # cirros full disk image
 | 
					#IMAGE_URLS="http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz" # old ttylinux-uec image
 | 
				
			||||||
 | 
					#IMAGE_URLS="http://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk.img" # cirros full disk image
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CIRROS_VERSION=${CIRROS_VERSION:-"0.6.1"}
 | 
					CIRROS_VERSION=${CIRROS_VERSION:-"0.5.2"}
 | 
				
			||||||
CIRROS_ARCH=${CIRROS_ARCH:-$(uname -m)}
 | 
					CIRROS_ARCH=${CIRROS_ARCH:-$(uname -m)}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set default image based on ``VIRT_DRIVER`` and ``LIBVIRT_TYPE``, either of
 | 
					# Set default image based on ``VIRT_DRIVER`` and ``LIBVIRT_TYPE``, either of
 | 
				
			||||||
@@ -691,11 +692,11 @@ if [[ "$DOWNLOAD_DEFAULT_IMAGES" == "True" ]]; then
 | 
				
			|||||||
                lxc) # the cirros root disk in the uec tarball is empty, so it will not work for lxc
 | 
					                lxc) # the cirros root disk in the uec tarball is empty, so it will not work for lxc
 | 
				
			||||||
                    DEFAULT_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-rootfs}
 | 
					                    DEFAULT_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-rootfs}
 | 
				
			||||||
                    DEFAULT_IMAGE_FILE_NAME=${DEFAULT_IMAGE_FILE_NAME:-cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-rootfs.img.gz}
 | 
					                    DEFAULT_IMAGE_FILE_NAME=${DEFAULT_IMAGE_FILE_NAME:-cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-rootfs.img.gz}
 | 
				
			||||||
                    IMAGE_URLS+="https://download.cirros-cloud.net/${CIRROS_VERSION}/${DEFAULT_IMAGE_FILE_NAME}";;
 | 
					                    IMAGE_URLS+="http://download.cirros-cloud.net/${CIRROS_VERSION}/${DEFAULT_IMAGE_FILE_NAME}";;
 | 
				
			||||||
                *) # otherwise, use the qcow image
 | 
					                *) # otherwise, use the qcow image
 | 
				
			||||||
                    DEFAULT_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk}
 | 
					                    DEFAULT_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk}
 | 
				
			||||||
                    DEFAULT_IMAGE_FILE_NAME=${DEFAULT_IMAGE_FILE_NAME:-cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk.img}
 | 
					                    DEFAULT_IMAGE_FILE_NAME=${DEFAULT_IMAGE_FILE_NAME:-cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk.img}
 | 
				
			||||||
                    IMAGE_URLS+="https://download.cirros-cloud.net/${CIRROS_VERSION}/${DEFAULT_IMAGE_FILE_NAME}";;
 | 
					                    IMAGE_URLS+="http://download.cirros-cloud.net/${CIRROS_VERSION}/${DEFAULT_IMAGE_FILE_NAME}";;
 | 
				
			||||||
                esac
 | 
					                esac
 | 
				
			||||||
            ;;
 | 
					            ;;
 | 
				
			||||||
        vsphere)
 | 
					        vsphere)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user