Vincent_te_Beek
New Pleskian
This is a clean installation of Plesk, nothing else has been done on the server. After the Plesk 12 Installation I installed the Route53 Extension directly from the Panel.
I authenticated with the Access ID / Secret key, as soon as I start creating Domains I get duplicated zones in Route53. When I delete the Domain from Plesk only one Domain gets deleted, the other one remains.
This is my debug log where I see it executes the script twice:
The strange thing is, in the custom call it lists all the records twice as well..
When I disable the Plesk DNS Template it doesn't create Zones at all, when I then enable the Template per domain it creates one Zone correctly. All help is appreciated.
Cheers!
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
Parallels Plesk v12.0.18_build1200140610.21 os_Ubuntu 14.04
PROBLEM DESCRIPTION
On Sub creation Plesk creates two hosted zones in AWS Route53
STEPS TO REPRODUCE
Install Plesk 12
Install Route53 Extension from Panel
Create subscription
ACTUAL RESULT
Duplicated zones in AWS Route53
EXPECTED RESULT
One Hosted Zone in AWS Route53
I authenticated with the Access ID / Secret key, as soon as I start creating Domains I get duplicated zones in Route53. When I delete the Domain from Plesk only one Domain gets deleted, the other one remains.
This is my debug log where I see it executes the script twice:
Code:
[2014-12-10 14:50:15] DEBUG [panel] DNS Custom backend call: [{"command":"create","zone":{"name":"dummy123123test.nl.","displayName":"dummy123123test.nl.","soa":{"email":"[email protected]","status":0,"type":"slave","ttl":86400,"refresh":10800,"retry":3600,"expire":604800,"minimum":10800,"serial":1418219415,"serial_format":"UNIXTIMESTAMP"},"rr":[{"host":"www.dummy123123test.nl.","displayHost":"www.dummy123123test.nl.","type":"CNAME","displayValue":"dummy123123test.nl.","opt":"","value":"dummy123123test.nl."},{"host":"178.79.191.173","displayHost":"178.79.191.173","type":"PTR","displayValue":"dummy123123test.nl.","opt":"24","value":"dummy123123test.nl."},{"host":"dummy123123test.nl.","displayHost":"dummy123123test.nl.","type":"TXT","displayValue":"v=spf1 +a +mx -all +a:zeus.vibenetworks.nl","opt":"","value":"v=spf1 +a +mx -all +a:zeus.vibenetworks.nl"},{"host":"ftp.dummy123123test.nl.","displayHost":"ftp.dummy123123test.nl.","type":"CNAME","displayValue":"dummy123123test.nl.","opt":"","value":"dummy123123test.nl."},{"host":"ipv4.dummy123123test.nl.","displayHost":"ipv4.dummy123123test.nl.","type":"A","displayValue":"178.79.191.173","opt":"","value":"178.79.191.173"},{"host":"mail.dummy123123test.nl.","displayHost":"mail.dummy123123test.nl.","type":"A","displayValue":"178.79.191.173","opt":"","value":"178.79.191.173"},{"host":"dummy123123test.nl.","displayHost":"dummy123123test.nl.","type":"MX","displayValue":"mail.dummy123123test.nl.","opt":"10","value":"mail.dummy123123test.nl."},{"host":"webmail.dummy123123test.nl.","displayHost":"webmail.dummy123123test.nl.","type":"A","displayValue":"178.79.191.173","opt":"","value":"178.79.191.173"},{"host":"dummy123123test.nl.","displayHost":"dummy123123test.nl.","type":"A","displayValue":"178.79.191.173","opt":"","value":"178.79.191.173"},{"host":"ns.dummy123123test.nl.","displayHost":"ns.dummy123123test.nl.","type":"A","displayValue":"178.79.191.173","opt":"","value":"178.79.191.173"},{"host":"dummy123123test.nl.","displayHost":"dummy123123test.nl.","type":"NS","displayValue":"ns.dummy123123test.nl.","opt":"","value":"ns.dummy123123test.nl."}]}},{"command":"update","zone":{"name":"dummy123123test.nl.","displayName":"dummy123123test.nl.","soa":{"email":"[email protected]","status":0,"type":"slave","ttl":86400,"refresh":10800,"retry":3600,"expire":604800,"minimum":10800,"serial":1418219415,"serial_format":"UNIXTIMESTAMP"},"rr":[{"host":"www.dummy123123test.nl.","displayHost":"www.dummy123123test.nl.","type":"CNAME","displayValue":"dummy123123test.nl.","opt":"","value":"dummy123123test.nl."},{"host":"178.79.191.173","displayHost":"178.79.191.173","type":"PTR","displayValue":"dummy123123test.nl.","opt":"24","value":"dummy123123test.nl."},{"host":"dummy123123test.nl.","displayHost":"dummy123123test.nl.","type":"TXT","displayValue":"v=spf1 +a +mx -all +a:zeus.vibenetworks.nl","opt":"","value":"v=spf1 +a +mx -all +a:zeus.vibenetworks.nl"},{"host":"ftp.dummy123123test.nl.","displayHost":"ftp.dummy123123test.nl.","type":"CNAME","displayValue":"dummy123123test.nl.","opt":"","value":"dummy123123test.nl."},{"host":"ipv4.dummy123123test.nl.","displayHost":"ipv4.dummy123123test.nl.","type":"A","displayValue":"178.79.191.173","opt":"","value":"178.79.191.173"},{"host":"mail.dummy123123test.nl.","displayHost":"mail.dummy123123test.nl.","type":"A","displayValue":"178.79.191.173","opt":"","value":"178.79.191.173"},{"host":"dummy123123test.nl.","displayHost":"dummy123123test.nl.","type":"MX","displayValue":"mail.dummy123123test.nl.","opt":"10","value":"mail.dummy123123test.nl."},{"host":"webmail.dummy123123test.nl.","displayHost":"webmail.dummy123123test.nl.","type":"A","displayValue":"178.79.191.173","opt":"","value":"178.79.191.173"},{"host":"dummy123123test.nl.","displayHost":"dummy123123test.nl.","type":"A","displayValue":"178.79.191.173","opt":"","value":"178.79.191.173"},{"host":"ns.dummy123123test.nl.","displayHost":"ns.dummy123123test.nl.","type":"A","displayValue":"178.79.191.173","opt":"","value":"178.79.191.173"},{"host":"dummy123123test.nl.","displayHost":"dummy123123test.nl.","type":"NS","displayValue":"ns.dummy123123test.nl.","opt":"","value":"ns.dummy123123test.nl."}]}},{"command":"createPTRs","ptr":{"ip_address":"178.79.191.173","hostname":"dummy123123test.nl"}}]
[2014-12-10 14:50:18] INFO [panel] Executing /opt/psa/admin/plib/modules/route53/scripts/route53.php done.
[2014-12-10 14:50:18] INFO [panel] Zone created: dummy123123test.nl.
ResourceRecordSet updated: dummy123123test.nl.
Zone created: dummy123123test.nl.
ResourceRecordSet updated: dummy123123test.nl.
[2014-12-10 14:50:18] INFO [panel] Executing /opt/psa/admin/plib/modules/route53/scripts/route53.php done.
The strange thing is, in the custom call it lists all the records twice as well..
When I disable the Plesk DNS Template it doesn't create Zones at all, when I then enable the Template per domain it creates one Zone correctly. All help is appreciated.
Cheers!
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
Parallels Plesk v12.0.18_build1200140610.21 os_Ubuntu 14.04
PROBLEM DESCRIPTION
On Sub creation Plesk creates two hosted zones in AWS Route53
STEPS TO REPRODUCE
Install Plesk 12
Install Route53 Extension from Panel
Create subscription
ACTUAL RESULT
Duplicated zones in AWS Route53
EXPECTED RESULT
One Hosted Zone in AWS Route53