Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Vagrant solr#2895

Merged
blisteringherb merged 3 commits intoDoSomethingArchive:devfrom
blisteringherb:vagrant-solr
Aug 4, 2014
Merged

Vagrant solr#2895
blisteringherb merged 3 commits intoDoSomethingArchive:devfrom
blisteringherb:vagrant-solr

Conversation

@blisteringherb
Copy link
Contributor

What's this PR do?

  • Installs a Solr 4.7 multicore setup on dev Vagrant boxes that's identical to the one used in all other environments
  • Uses Tomcat 7 instead of Tomcat 6

Where should the reviewer start?

The most significant changes are in the salt provisioning. The old solr config files have been removed and replaced with solr config files in a gist that work for a Drupal Solr 4.7 installation. Tomcat 7 is also installed instead of Tomcat 6. The changes to the tomcat.sls salt file will give a good overview of what needs reviewing.

How should this be manually tested?

  • Pull down the code, vagrant destroy your current environment, vagrant up to make sure all Salt changes have happened.
  • After adding 127.0.0.1 solr.dev.dosomething.org to your /etc/hosts file, check that you can visit solr.dev.dosomething.org:8080/solr and that all of the affiliates solr instances are listed in the drop down.

Any background context you want to provide?

Dev boxes currently are set up to connect to the QA Solr instance, but in the case that we actually need to debug search it's better to have a solr instance set up locally.

cc: @mshmsh5000 @aaronschachter

@aaronschachter
Copy link
Contributor

Pulling this beast down to test 😱

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran this as a test, and i don't have anything in my var/www/vagrant folder. Looking into it with @blisteringherb -- he thinks this may be the culprit.

@aaronschachter
Copy link
Contributor

@blisteringherb Is this ready to re-test?

@blisteringherb
Copy link
Contributor Author

@aaronschachter Yes, I tested it again on my local, and it ran error-free for me.

@angaither
Copy link
Contributor

👍 👯 :shipit:
value added.

Morgan Rich added 3 commits August 4, 2014 14:32
* Installs tomcat 7 incl. the admin and manager
* Installs Jenkins
* Installs solr 4.7 multicore with the same configuration as
  all other environments
* Also turning off Salt verbose mode
* Adding line for collection1 in solr.xml to turn on that index
  in multicore
blisteringherb added a commit that referenced this pull request Aug 4, 2014
@blisteringherb blisteringherb merged commit b238757 into DoSomethingArchive:dev Aug 4, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants