Last modified: 2014-03-24 15:07:44 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T64992, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 62992 - Vagrant role for Scholarships not working due to DNS
Vagrant role for Scholarships not working due to DNS
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Wikimania Scholarships (Other open bugs)
wmf-deployment
All All
: High normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-24 00:21 UTC by Bryan Davis
Modified: 2014-03-24 15:07 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bryan Davis 2014-03-24 00:21:27 UTC
The MediaWiki-Vagrant role that installs the Scholarships application [0] relies on name-based apache vhost configuration using the local.wmftest.net wildcard introduced in Ifc752ac89bbfa1c793d37917b099b0c98dc38a5a.

Change Ic0ce64841dce4e8875ed715caf9b152375c54d91 reverted the DNS configuration that supported this feature. Discussion on irc determined that this regression was unintentional and should be corrected.

[0]: https://www.mediawiki.org/wiki/Wikimania_Scholarships_app/Developing_using_Vagrant
Comment 1 Bryan Davis 2014-03-24 00:28:41 UTC
Until the DNS entry is restored, it is possible to continue local development by adding a local hostname override on the developer's machine.

Add the following to the local hosts file:

    127.0.0.1 scholarships.local.wmftest.net

For unix systems the hosts file is typically /etc/hosts. See [[en:Hosts_(file)]] for the file path on other systems.
Comment 2 Gerrit Notification Bot 2014-03-24 00:29:09 UTC
Change 120039 had a related patch set uploaded by BryanDavis:
Revert "DNS cleanup"

https://gerrit.wikimedia.org/r/120039
Comment 3 Gerrit Notification Bot 2014-03-24 12:44:31 UTC
Change 120039 merged by Faidon Liambotis:
Revert "DNS cleanup"

https://gerrit.wikimedia.org/r/120039
Comment 4 Bryan Davis 2014-03-24 15:07:44 UTC
Faidon merged the revert patch and the address is resolving now:

    $ dig scholarships.local.wmftest.net

    ; <<>> DiG 9.7.3 <<>> scholarships.local.wmftest.net
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43971
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;scholarships.local.wmftest.net.	IN	A

    ;; ANSWER SECTION:
    scholarships.local.wmftest.net.	3600 IN	A	127.0.0.1

    ;; Query time: 93 msec
    ;; SERVER: 172.19.255.3#53(172.19.255.3)
    ;; WHEN: Mon Mar 24 11:06:44 2014
    ;; MSG SIZE  rcvd: 64

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links