Skip to content

Commit 08cf83d

Browse files
committed
Remove Ubuntu 12.04 (#24161)
Ubuntu 12.04 will be EOL on April 28, 2017.
1 parent f7160a5 commit 08cf83d

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

TESTING.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ VM running trusty by running
367367

368368
These are the linux flavors the Vagrantfile currently supports:
369369

370-
* ubuntu-1204 aka precise
371370
* ubuntu-1404 aka trusty
372371
* ubuntu-1604 aka xenial
373372
* debian-8 aka jessie, the current debian stable distribution
@@ -453,7 +452,7 @@ gradle vagrantFedora24#up
453452
-------------------------------------------------
454453

455454
Or any of vagrantCentos6#up, vagrantDebian8#up, vagrantFedora24#up, vagrantOel6#up,
456-
vagrantOel7#up, vagrantOpensuse13#up, vagrantSles12#up, vagrantUbuntu1204#up,
455+
vagrantOel7#up, vagrantOpensuse13#up, vagrantSles12#up, vagrantUbuntu1404#up,
457456
vagrantUbuntu1604#up.
458457

459458
Once up, you can then connect to the VM using SSH from the elasticsearch directory:

Vagrantfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
# under the License.
2323

2424
Vagrant.configure(2) do |config|
25-
config.vm.define "ubuntu-1204" do |config|
26-
config.vm.box = "elastic/ubuntu-12.04-x86_64"
27-
ubuntu_common config
28-
end
2925
config.vm.define "ubuntu-1404" do |config|
3026
config.vm.box = "elastic/ubuntu-14.04-x86_64"
3127
ubuntu_common config

buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class VagrantTestPlugin implements Plugin<Project> {
2222
'oel-7',
2323
'opensuse-13',
2424
'sles-12',
25-
'ubuntu-1204',
2625
'ubuntu-1404',
2726
'ubuntu-1604'
2827
]

docs/plugins/discovery-azure-classic.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Before starting, you need to have:
169169
* A http://www.windowsazure.com/[Windows Azure account]
170170
* OpenSSL that isn't from MacPorts, specifically `OpenSSL 1.0.1f 6 Jan
171171
2014` doesn't seem to create a valid keypair for ssh. FWIW,
172-
`OpenSSL 1.0.1c 10 May 2012` on Ubuntu 12.04 LTS is known to work.
172+
`OpenSSL 1.0.1c 10 May 2012` on Ubuntu 14.04 LTS is known to work.
173173
* SSH keys and certificate
174174
+
175175
--

0 commit comments

Comments
 (0)