oc_adm_ca_server_cert.py 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/ca_server_cert -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_adm_ca_server_cert
  52. short_description: Module to run openshift oc adm ca create-server-cert
  53. description:
  54. - Wrapper around the openshift `oc adm ca create-server-cert` command.
  55. options:
  56. state:
  57. description:
  58. - Present is the only supported state. The state present means that `oc adm ca` will generate a certificate
  59. - and verify if the hostnames and the ClusterIP exists in the certificate.
  60. - When create-server-cert is desired then the following parameters are passed.
  61. - ['cert', 'key', 'signer_cert', 'signer_key', 'signer_serial']
  62. required: false
  63. default: present
  64. choices:
  65. - present
  66. aliases: []
  67. kubeconfig:
  68. description:
  69. - The path for the kubeconfig file to use for authentication
  70. required: false
  71. default: /etc/origin/master/admin.kubeconfig
  72. aliases: []
  73. debug:
  74. description:
  75. - Turn on debug output.
  76. required: false
  77. default: False
  78. aliases: []
  79. cert:
  80. description:
  81. - The certificate file. Choose a name that indicates what the service is.
  82. required: false
  83. default: None
  84. aliases: []
  85. key:
  86. description:
  87. - The key file. Choose a name that indicates what the service is.
  88. required: false
  89. default: None
  90. aliases: []
  91. force:
  92. description:
  93. - Force updating of the existing cert and key files
  94. required: false
  95. default: False
  96. aliases: []
  97. signer_cert:
  98. description:
  99. - The signer certificate file.
  100. required: false
  101. default: /etc/origin/master/ca.crt
  102. aliases: []
  103. signer_key:
  104. description:
  105. - The signer key file.
  106. required: false
  107. default: /etc/origin/master/ca.key
  108. aliases: []
  109. signer_serial:
  110. description:
  111. - The signer serial file.
  112. required: false
  113. default: /etc/origin/master/ca.serial.txt
  114. aliases: []
  115. hostnames:
  116. description:
  117. - Every hostname or IP that server certs should be valid for
  118. required: false
  119. default: []
  120. aliases: []
  121. backup:
  122. description:
  123. - Whether to backup the cert and key files before writing them.
  124. required: false
  125. default: True
  126. aliases: []
  127. expire_days:
  128. description
  129. - Validity of the certificate in days
  130. required: false
  131. default: None
  132. aliases: []
  133. author:
  134. - "Kenny Woodson <kwoodson@redhat.com>"
  135. extends_documentation_fragment: []
  136. '''
  137. EXAMPLES = '''
  138. - name: Create a self-signed cert
  139. oc_adm_ca_server_cert:
  140. signer_cert: /etc/origin/master/ca.crt
  141. signer_key: /etc/origin/master/ca.key
  142. signer_serial: /etc/origin/master/ca.serial.txt
  143. hostnames: "registry.test.openshift.com,127.0.0.1,docker-registry.default.svc.cluster.local"
  144. cert: /etc/origin/master/registry.crt
  145. key: /etc/origin/master/registry.key
  146. '''
  147. # -*- -*- -*- End included fragment: doc/ca_server_cert -*- -*- -*-
  148. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  149. class YeditException(Exception): # pragma: no cover
  150. ''' Exception class for Yedit '''
  151. pass
  152. # pylint: disable=too-many-public-methods
  153. class Yedit(object): # pragma: no cover
  154. ''' Class to modify yaml files '''
  155. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  156. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z%s/_-]+)"
  157. com_sep = set(['.', '#', '|', ':'])
  158. # pylint: disable=too-many-arguments
  159. def __init__(self,
  160. filename=None,
  161. content=None,
  162. content_type='yaml',
  163. separator='.',
  164. backup=False):
  165. self.content = content
  166. self._separator = separator
  167. self.filename = filename
  168. self.__yaml_dict = content
  169. self.content_type = content_type
  170. self.backup = backup
  171. self.load(content_type=self.content_type)
  172. if self.__yaml_dict is None:
  173. self.__yaml_dict = {}
  174. @property
  175. def separator(self):
  176. ''' getter method for separator '''
  177. return self._separator
  178. @separator.setter
  179. def separator(self, inc_sep):
  180. ''' setter method for separator '''
  181. self._separator = inc_sep
  182. @property
  183. def yaml_dict(self):
  184. ''' getter method for yaml_dict '''
  185. return self.__yaml_dict
  186. @yaml_dict.setter
  187. def yaml_dict(self, value):
  188. ''' setter method for yaml_dict '''
  189. self.__yaml_dict = value
  190. @staticmethod
  191. def parse_key(key, sep='.'):
  192. '''parse the key allowing the appropriate separator'''
  193. common_separators = list(Yedit.com_sep - set([sep]))
  194. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  195. @staticmethod
  196. def valid_key(key, sep='.'):
  197. '''validate the incoming key'''
  198. common_separators = list(Yedit.com_sep - set([sep]))
  199. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  200. return False
  201. return True
  202. @staticmethod
  203. def remove_entry(data, key, sep='.'):
  204. ''' remove data at location key '''
  205. if key == '' and isinstance(data, dict):
  206. data.clear()
  207. return True
  208. elif key == '' and isinstance(data, list):
  209. del data[:]
  210. return True
  211. if not (key and Yedit.valid_key(key, sep)) and \
  212. isinstance(data, (list, dict)):
  213. return None
  214. key_indexes = Yedit.parse_key(key, sep)
  215. for arr_ind, dict_key in key_indexes[:-1]:
  216. if dict_key and isinstance(data, dict):
  217. data = data.get(dict_key)
  218. elif (arr_ind and isinstance(data, list) and
  219. int(arr_ind) <= len(data) - 1):
  220. data = data[int(arr_ind)]
  221. else:
  222. return None
  223. # process last index for remove
  224. # expected list entry
  225. if key_indexes[-1][0]:
  226. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  227. del data[int(key_indexes[-1][0])]
  228. return True
  229. # expected dict entry
  230. elif key_indexes[-1][1]:
  231. if isinstance(data, dict):
  232. del data[key_indexes[-1][1]]
  233. return True
  234. @staticmethod
  235. def add_entry(data, key, item=None, sep='.'):
  236. ''' Get an item from a dictionary with key notation a.b.c
  237. d = {'a': {'b': 'c'}}}
  238. key = a#b
  239. return c
  240. '''
  241. if key == '':
  242. pass
  243. elif (not (key and Yedit.valid_key(key, sep)) and
  244. isinstance(data, (list, dict))):
  245. return None
  246. key_indexes = Yedit.parse_key(key, sep)
  247. for arr_ind, dict_key in key_indexes[:-1]:
  248. if dict_key:
  249. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  250. data = data[dict_key]
  251. continue
  252. elif data and not isinstance(data, dict):
  253. raise YeditException("Unexpected item type found while going through key " +
  254. "path: {} (at key: {})".format(key, dict_key))
  255. data[dict_key] = {}
  256. data = data[dict_key]
  257. elif (arr_ind and isinstance(data, list) and
  258. int(arr_ind) <= len(data) - 1):
  259. data = data[int(arr_ind)]
  260. else:
  261. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  262. if key == '':
  263. data = item
  264. # process last index for add
  265. # expected list entry
  266. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  267. data[int(key_indexes[-1][0])] = item
  268. # expected dict entry
  269. elif key_indexes[-1][1] and isinstance(data, dict):
  270. data[key_indexes[-1][1]] = item
  271. # didn't add/update to an existing list, nor add/update key to a dict
  272. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  273. # non-existent array
  274. else:
  275. raise YeditException("Error adding to object at path: {}".format(key))
  276. return data
  277. @staticmethod
  278. def get_entry(data, key, sep='.'):
  279. ''' Get an item from a dictionary with key notation a.b.c
  280. d = {'a': {'b': 'c'}}}
  281. key = a.b
  282. return c
  283. '''
  284. if key == '':
  285. pass
  286. elif (not (key and Yedit.valid_key(key, sep)) and
  287. isinstance(data, (list, dict))):
  288. return None
  289. key_indexes = Yedit.parse_key(key, sep)
  290. for arr_ind, dict_key in key_indexes:
  291. if dict_key and isinstance(data, dict):
  292. data = data.get(dict_key)
  293. elif (arr_ind and isinstance(data, list) and
  294. int(arr_ind) <= len(data) - 1):
  295. data = data[int(arr_ind)]
  296. else:
  297. return None
  298. return data
  299. @staticmethod
  300. def _write(filename, contents):
  301. ''' Actually write the file contents to disk. This helps with mocking. '''
  302. tmp_filename = filename + '.yedit'
  303. with open(tmp_filename, 'w') as yfd:
  304. yfd.write(contents)
  305. os.rename(tmp_filename, filename)
  306. def write(self):
  307. ''' write to file '''
  308. if not self.filename:
  309. raise YeditException('Please specify a filename.')
  310. if self.backup and self.file_exists():
  311. shutil.copy(self.filename, self.filename + '.orig')
  312. # Try to set format attributes if supported
  313. try:
  314. self.yaml_dict.fa.set_block_style()
  315. except AttributeError:
  316. pass
  317. # Try to use RoundTripDumper if supported.
  318. try:
  319. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  320. except AttributeError:
  321. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  322. return (True, self.yaml_dict)
  323. def read(self):
  324. ''' read from file '''
  325. # check if it exists
  326. if self.filename is None or not self.file_exists():
  327. return None
  328. contents = None
  329. with open(self.filename) as yfd:
  330. contents = yfd.read()
  331. return contents
  332. def file_exists(self):
  333. ''' return whether file exists '''
  334. if os.path.exists(self.filename):
  335. return True
  336. return False
  337. def load(self, content_type='yaml'):
  338. ''' return yaml file '''
  339. contents = self.read()
  340. if not contents and not self.content:
  341. return None
  342. if self.content:
  343. if isinstance(self.content, dict):
  344. self.yaml_dict = self.content
  345. return self.yaml_dict
  346. elif isinstance(self.content, str):
  347. contents = self.content
  348. # check if it is yaml
  349. try:
  350. if content_type == 'yaml' and contents:
  351. # Try to set format attributes if supported
  352. try:
  353. self.yaml_dict.fa.set_block_style()
  354. except AttributeError:
  355. pass
  356. # Try to use RoundTripLoader if supported.
  357. try:
  358. self.yaml_dict = yaml.safe_load(contents, yaml.RoundTripLoader)
  359. except AttributeError:
  360. self.yaml_dict = yaml.safe_load(contents)
  361. # Try to set format attributes if supported
  362. try:
  363. self.yaml_dict.fa.set_block_style()
  364. except AttributeError:
  365. pass
  366. elif content_type == 'json' and contents:
  367. self.yaml_dict = json.loads(contents)
  368. except yaml.YAMLError as err:
  369. # Error loading yaml or json
  370. raise YeditException('Problem with loading yaml file. {}'.format(err))
  371. return self.yaml_dict
  372. def get(self, key):
  373. ''' get a specified key'''
  374. try:
  375. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  376. except KeyError:
  377. entry = None
  378. return entry
  379. def pop(self, path, key_or_item):
  380. ''' remove a key, value pair from a dict or an item for a list'''
  381. try:
  382. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  383. except KeyError:
  384. entry = None
  385. if entry is None:
  386. return (False, self.yaml_dict)
  387. if isinstance(entry, dict):
  388. # AUDIT:maybe-no-member makes sense due to fuzzy types
  389. # pylint: disable=maybe-no-member
  390. if key_or_item in entry:
  391. entry.pop(key_or_item)
  392. return (True, self.yaml_dict)
  393. return (False, self.yaml_dict)
  394. elif isinstance(entry, list):
  395. # AUDIT:maybe-no-member makes sense due to fuzzy types
  396. # pylint: disable=maybe-no-member
  397. ind = None
  398. try:
  399. ind = entry.index(key_or_item)
  400. except ValueError:
  401. return (False, self.yaml_dict)
  402. entry.pop(ind)
  403. return (True, self.yaml_dict)
  404. return (False, self.yaml_dict)
  405. def delete(self, path):
  406. ''' remove path from a dict'''
  407. try:
  408. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  409. except KeyError:
  410. entry = None
  411. if entry is None:
  412. return (False, self.yaml_dict)
  413. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  414. if not result:
  415. return (False, self.yaml_dict)
  416. return (True, self.yaml_dict)
  417. def exists(self, path, value):
  418. ''' check if value exists at path'''
  419. try:
  420. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  421. except KeyError:
  422. entry = None
  423. if isinstance(entry, list):
  424. if value in entry:
  425. return True
  426. return False
  427. elif isinstance(entry, dict):
  428. if isinstance(value, dict):
  429. rval = False
  430. for key, val in value.items():
  431. if entry[key] != val:
  432. rval = False
  433. break
  434. else:
  435. rval = True
  436. return rval
  437. return value in entry
  438. return entry == value
  439. def append(self, path, value):
  440. '''append value to a list'''
  441. try:
  442. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  443. except KeyError:
  444. entry = None
  445. if entry is None:
  446. self.put(path, [])
  447. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  448. if not isinstance(entry, list):
  449. return (False, self.yaml_dict)
  450. # AUDIT:maybe-no-member makes sense due to loading data from
  451. # a serialized format.
  452. # pylint: disable=maybe-no-member
  453. entry.append(value)
  454. return (True, self.yaml_dict)
  455. # pylint: disable=too-many-arguments
  456. def update(self, path, value, index=None, curr_value=None):
  457. ''' put path, value into a dict '''
  458. try:
  459. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  460. except KeyError:
  461. entry = None
  462. if isinstance(entry, dict):
  463. # AUDIT:maybe-no-member makes sense due to fuzzy types
  464. # pylint: disable=maybe-no-member
  465. if not isinstance(value, dict):
  466. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  467. 'value=[{}] type=[{}]'.format(value, type(value)))
  468. entry.update(value)
  469. return (True, self.yaml_dict)
  470. elif isinstance(entry, list):
  471. # AUDIT:maybe-no-member makes sense due to fuzzy types
  472. # pylint: disable=maybe-no-member
  473. ind = None
  474. if curr_value:
  475. try:
  476. ind = entry.index(curr_value)
  477. except ValueError:
  478. return (False, self.yaml_dict)
  479. elif index is not None:
  480. ind = index
  481. if ind is not None and entry[ind] != value:
  482. entry[ind] = value
  483. return (True, self.yaml_dict)
  484. # see if it exists in the list
  485. try:
  486. ind = entry.index(value)
  487. except ValueError:
  488. # doesn't exist, append it
  489. entry.append(value)
  490. return (True, self.yaml_dict)
  491. # already exists, return
  492. if ind is not None:
  493. return (False, self.yaml_dict)
  494. return (False, self.yaml_dict)
  495. def put(self, path, value):
  496. ''' put path, value into a dict '''
  497. try:
  498. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  499. except KeyError:
  500. entry = None
  501. if entry == value:
  502. return (False, self.yaml_dict)
  503. # deepcopy didn't work
  504. # Try to use ruamel.yaml and fallback to pyyaml
  505. try:
  506. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  507. default_flow_style=False),
  508. yaml.RoundTripLoader)
  509. except AttributeError:
  510. tmp_copy = copy.deepcopy(self.yaml_dict)
  511. # set the format attributes if available
  512. try:
  513. tmp_copy.fa.set_block_style()
  514. except AttributeError:
  515. pass
  516. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  517. if result is None:
  518. return (False, self.yaml_dict)
  519. # When path equals "" it is a special case.
  520. # "" refers to the root of the document
  521. # Only update the root path (entire document) when its a list or dict
  522. if path == '':
  523. if isinstance(result, list) or isinstance(result, dict):
  524. self.yaml_dict = result
  525. return (True, self.yaml_dict)
  526. return (False, self.yaml_dict)
  527. self.yaml_dict = tmp_copy
  528. return (True, self.yaml_dict)
  529. def create(self, path, value):
  530. ''' create a yaml file '''
  531. if not self.file_exists():
  532. # deepcopy didn't work
  533. # Try to use ruamel.yaml and fallback to pyyaml
  534. try:
  535. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  536. default_flow_style=False),
  537. yaml.RoundTripLoader)
  538. except AttributeError:
  539. tmp_copy = copy.deepcopy(self.yaml_dict)
  540. # set the format attributes if available
  541. try:
  542. tmp_copy.fa.set_block_style()
  543. except AttributeError:
  544. pass
  545. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  546. if result is not None:
  547. self.yaml_dict = tmp_copy
  548. return (True, self.yaml_dict)
  549. return (False, self.yaml_dict)
  550. @staticmethod
  551. def get_curr_value(invalue, val_type):
  552. '''return the current value'''
  553. if invalue is None:
  554. return None
  555. curr_value = invalue
  556. if val_type == 'yaml':
  557. curr_value = yaml.load(invalue)
  558. elif val_type == 'json':
  559. curr_value = json.loads(invalue)
  560. return curr_value
  561. @staticmethod
  562. def parse_value(inc_value, vtype=''):
  563. '''determine value type passed'''
  564. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  565. 'on', 'On', 'ON', ]
  566. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  567. 'off', 'Off', 'OFF']
  568. # It came in as a string but you didn't specify value_type as string
  569. # we will convert to bool if it matches any of the above cases
  570. if isinstance(inc_value, str) and 'bool' in vtype:
  571. if inc_value not in true_bools and inc_value not in false_bools:
  572. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  573. elif isinstance(inc_value, bool) and 'str' in vtype:
  574. inc_value = str(inc_value)
  575. # There is a special case where '' will turn into None after yaml loading it so skip
  576. if isinstance(inc_value, str) and inc_value == '':
  577. pass
  578. # If vtype is not str then go ahead and attempt to yaml load it.
  579. elif isinstance(inc_value, str) and 'str' not in vtype:
  580. try:
  581. inc_value = yaml.safe_load(inc_value)
  582. except Exception:
  583. raise YeditException('Could not determine type of incoming value. ' +
  584. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  585. return inc_value
  586. @staticmethod
  587. def process_edits(edits, yamlfile):
  588. '''run through a list of edits and process them one-by-one'''
  589. results = []
  590. for edit in edits:
  591. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  592. if edit.get('action') == 'update':
  593. # pylint: disable=line-too-long
  594. curr_value = Yedit.get_curr_value(
  595. Yedit.parse_value(edit.get('curr_value')),
  596. edit.get('curr_value_format'))
  597. rval = yamlfile.update(edit['key'],
  598. value,
  599. edit.get('index'),
  600. curr_value)
  601. elif edit.get('action') == 'append':
  602. rval = yamlfile.append(edit['key'], value)
  603. else:
  604. rval = yamlfile.put(edit['key'], value)
  605. if rval[0]:
  606. results.append({'key': edit['key'], 'edit': rval[1]})
  607. return {'changed': len(results) > 0, 'results': results}
  608. # pylint: disable=too-many-return-statements,too-many-branches
  609. @staticmethod
  610. def run_ansible(params):
  611. '''perform the idempotent crud operations'''
  612. yamlfile = Yedit(filename=params['src'],
  613. backup=params['backup'],
  614. separator=params['separator'])
  615. state = params['state']
  616. if params['src']:
  617. rval = yamlfile.load()
  618. if yamlfile.yaml_dict is None and state != 'present':
  619. return {'failed': True,
  620. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  621. 'file exists, that it is has correct permissions, and is valid yaml.'}
  622. if state == 'list':
  623. if params['content']:
  624. content = Yedit.parse_value(params['content'], params['content_type'])
  625. yamlfile.yaml_dict = content
  626. if params['key']:
  627. rval = yamlfile.get(params['key']) or {}
  628. return {'changed': False, 'result': rval, 'state': state}
  629. elif state == 'absent':
  630. if params['content']:
  631. content = Yedit.parse_value(params['content'], params['content_type'])
  632. yamlfile.yaml_dict = content
  633. if params['update']:
  634. rval = yamlfile.pop(params['key'], params['value'])
  635. else:
  636. rval = yamlfile.delete(params['key'])
  637. if rval[0] and params['src']:
  638. yamlfile.write()
  639. return {'changed': rval[0], 'result': rval[1], 'state': state}
  640. elif state == 'present':
  641. # check if content is different than what is in the file
  642. if params['content']:
  643. content = Yedit.parse_value(params['content'], params['content_type'])
  644. # We had no edits to make and the contents are the same
  645. if yamlfile.yaml_dict == content and \
  646. params['value'] is None:
  647. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  648. yamlfile.yaml_dict = content
  649. # If we were passed a key, value then
  650. # we enapsulate it in a list and process it
  651. # Key, Value passed to the module : Converted to Edits list #
  652. edits = []
  653. _edit = {}
  654. if params['value'] is not None:
  655. _edit['value'] = params['value']
  656. _edit['value_type'] = params['value_type']
  657. _edit['key'] = params['key']
  658. if params['update']:
  659. _edit['action'] = 'update'
  660. _edit['curr_value'] = params['curr_value']
  661. _edit['curr_value_format'] = params['curr_value_format']
  662. _edit['index'] = params['index']
  663. elif params['append']:
  664. _edit['action'] = 'append'
  665. edits.append(_edit)
  666. elif params['edits'] is not None:
  667. edits = params['edits']
  668. if edits:
  669. results = Yedit.process_edits(edits, yamlfile)
  670. # if there were changes and a src provided to us we need to write
  671. if results['changed'] and params['src']:
  672. yamlfile.write()
  673. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  674. # no edits to make
  675. if params['src']:
  676. # pylint: disable=redefined-variable-type
  677. rval = yamlfile.write()
  678. return {'changed': rval[0],
  679. 'result': rval[1],
  680. 'state': state}
  681. # We were passed content but no src, key or value, or edits. Return contents in memory
  682. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  683. return {'failed': True, 'msg': 'Unkown state passed'}
  684. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  685. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  686. # pylint: disable=too-many-lines
  687. # noqa: E301,E302,E303,T001
  688. class OpenShiftCLIError(Exception):
  689. '''Exception class for openshiftcli'''
  690. pass
  691. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  692. def locate_oc_binary():
  693. ''' Find and return oc binary file '''
  694. # https://github.com/openshift/openshift-ansible/issues/3410
  695. # oc can be in /usr/local/bin in some cases, but that may not
  696. # be in $PATH due to ansible/sudo
  697. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  698. oc_binary = 'oc'
  699. # Use shutil.which if it is available, otherwise fallback to a naive path search
  700. try:
  701. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  702. if which_result is not None:
  703. oc_binary = which_result
  704. except AttributeError:
  705. for path in paths:
  706. if os.path.exists(os.path.join(path, oc_binary)):
  707. oc_binary = os.path.join(path, oc_binary)
  708. break
  709. return oc_binary
  710. # pylint: disable=too-few-public-methods
  711. class OpenShiftCLI(object):
  712. ''' Class to wrap the command line tools '''
  713. def __init__(self,
  714. namespace,
  715. kubeconfig='/etc/origin/master/admin.kubeconfig',
  716. verbose=False,
  717. all_namespaces=False):
  718. ''' Constructor for OpenshiftCLI '''
  719. self.namespace = namespace
  720. self.verbose = verbose
  721. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  722. self.all_namespaces = all_namespaces
  723. self.oc_binary = locate_oc_binary()
  724. # Pylint allows only 5 arguments to be passed.
  725. # pylint: disable=too-many-arguments
  726. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  727. ''' replace the current object with the content '''
  728. res = self._get(resource, rname)
  729. if not res['results']:
  730. return res
  731. fname = Utils.create_tmpfile(rname + '-')
  732. yed = Yedit(fname, res['results'][0], separator=sep)
  733. changes = []
  734. for key, value in content.items():
  735. changes.append(yed.put(key, value))
  736. if any([change[0] for change in changes]):
  737. yed.write()
  738. atexit.register(Utils.cleanup, [fname])
  739. return self._replace(fname, force)
  740. return {'returncode': 0, 'updated': False}
  741. def _replace(self, fname, force=False):
  742. '''replace the current object with oc replace'''
  743. # We are removing the 'resourceVersion' to handle
  744. # a race condition when modifying oc objects
  745. yed = Yedit(fname)
  746. results = yed.delete('metadata.resourceVersion')
  747. if results[0]:
  748. yed.write()
  749. cmd = ['replace', '-f', fname]
  750. if force:
  751. cmd.append('--force')
  752. return self.openshift_cmd(cmd)
  753. def _create_from_content(self, rname, content):
  754. '''create a temporary file and then call oc create on it'''
  755. fname = Utils.create_tmpfile(rname + '-')
  756. yed = Yedit(fname, content=content)
  757. yed.write()
  758. atexit.register(Utils.cleanup, [fname])
  759. return self._create(fname)
  760. def _create(self, fname):
  761. '''call oc create on a filename'''
  762. return self.openshift_cmd(['create', '-f', fname])
  763. def _delete(self, resource, name=None, selector=None):
  764. '''call oc delete on a resource'''
  765. cmd = ['delete', resource]
  766. if selector is not None:
  767. cmd.append('--selector={}'.format(selector))
  768. elif name is not None:
  769. cmd.append(name)
  770. else:
  771. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  772. return self.openshift_cmd(cmd)
  773. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  774. '''process a template
  775. template_name: the name of the template to process
  776. create: whether to send to oc create after processing
  777. params: the parameters for the template
  778. template_data: the incoming template's data; instead of a file
  779. '''
  780. cmd = ['process']
  781. if template_data:
  782. cmd.extend(['-f', '-'])
  783. else:
  784. cmd.append(template_name)
  785. if params:
  786. param_str = ["{}={}".format(key, value) for key, value in params.items()]
  787. cmd.append('-v')
  788. cmd.extend(param_str)
  789. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  790. if results['returncode'] != 0 or not create:
  791. return results
  792. fname = Utils.create_tmpfile(template_name + '-')
  793. yed = Yedit(fname, results['results'])
  794. yed.write()
  795. atexit.register(Utils.cleanup, [fname])
  796. return self.openshift_cmd(['create', '-f', fname])
  797. def _get(self, resource, name=None, selector=None):
  798. '''return a resource by name '''
  799. cmd = ['get', resource]
  800. if selector is not None:
  801. cmd.append('--selector={}'.format(selector))
  802. elif name is not None:
  803. cmd.append(name)
  804. cmd.extend(['-o', 'json'])
  805. rval = self.openshift_cmd(cmd, output=True)
  806. # Ensure results are retuned in an array
  807. if 'items' in rval:
  808. rval['results'] = rval['items']
  809. elif not isinstance(rval['results'], list):
  810. rval['results'] = [rval['results']]
  811. return rval
  812. def _schedulable(self, node=None, selector=None, schedulable=True):
  813. ''' perform oadm manage-node scheduable '''
  814. cmd = ['manage-node']
  815. if node:
  816. cmd.extend(node)
  817. else:
  818. cmd.append('--selector={}'.format(selector))
  819. cmd.append('--schedulable={}'.format(schedulable))
  820. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  821. def _list_pods(self, node=None, selector=None, pod_selector=None):
  822. ''' perform oadm list pods
  823. node: the node in which to list pods
  824. selector: the label selector filter if provided
  825. pod_selector: the pod selector filter if provided
  826. '''
  827. cmd = ['manage-node']
  828. if node:
  829. cmd.extend(node)
  830. else:
  831. cmd.append('--selector={}'.format(selector))
  832. if pod_selector:
  833. cmd.append('--pod-selector={}'.format(pod_selector))
  834. cmd.extend(['--list-pods', '-o', 'json'])
  835. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  836. # pylint: disable=too-many-arguments
  837. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  838. ''' perform oadm manage-node evacuate '''
  839. cmd = ['manage-node']
  840. if node:
  841. cmd.extend(node)
  842. else:
  843. cmd.append('--selector={}'.format(selector))
  844. if dry_run:
  845. cmd.append('--dry-run')
  846. if pod_selector:
  847. cmd.append('--pod-selector={}'.format(pod_selector))
  848. if grace_period:
  849. cmd.append('--grace-period={}'.format(int(grace_period)))
  850. if force:
  851. cmd.append('--force')
  852. cmd.append('--evacuate')
  853. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  854. def _version(self):
  855. ''' return the openshift version'''
  856. return self.openshift_cmd(['version'], output=True, output_type='raw')
  857. def _import_image(self, url=None, name=None, tag=None):
  858. ''' perform image import '''
  859. cmd = ['import-image']
  860. image = '{0}'.format(name)
  861. if tag:
  862. image += ':{0}'.format(tag)
  863. cmd.append(image)
  864. if url:
  865. cmd.append('--from={0}/{1}'.format(url, image))
  866. cmd.append('-n{0}'.format(self.namespace))
  867. cmd.append('--confirm')
  868. return self.openshift_cmd(cmd)
  869. def _run(self, cmds, input_data):
  870. ''' Actually executes the command. This makes mocking easier. '''
  871. curr_env = os.environ.copy()
  872. curr_env.update({'KUBECONFIG': self.kubeconfig})
  873. proc = subprocess.Popen(cmds,
  874. stdin=subprocess.PIPE,
  875. stdout=subprocess.PIPE,
  876. stderr=subprocess.PIPE,
  877. env=curr_env)
  878. stdout, stderr = proc.communicate(input_data)
  879. return proc.returncode, stdout.decode(), stderr.decode()
  880. # pylint: disable=too-many-arguments,too-many-branches
  881. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  882. '''Base command for oc '''
  883. cmds = [self.oc_binary]
  884. if oadm:
  885. cmds.append('adm')
  886. cmds.extend(cmd)
  887. if self.all_namespaces:
  888. cmds.extend(['--all-namespaces'])
  889. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  890. cmds.extend(['-n', self.namespace])
  891. rval = {}
  892. results = ''
  893. err = None
  894. if self.verbose:
  895. print(' '.join(cmds))
  896. try:
  897. returncode, stdout, stderr = self._run(cmds, input_data)
  898. except OSError as ex:
  899. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  900. rval = {"returncode": returncode,
  901. "results": results,
  902. "cmd": ' '.join(cmds)}
  903. if returncode == 0:
  904. if output:
  905. if output_type == 'json':
  906. try:
  907. rval['results'] = json.loads(stdout)
  908. except ValueError as verr:
  909. if "No JSON object could be decoded" in verr.args:
  910. err = verr.args
  911. elif output_type == 'raw':
  912. rval['results'] = stdout
  913. if self.verbose:
  914. print("STDOUT: {0}".format(stdout))
  915. print("STDERR: {0}".format(stderr))
  916. if err:
  917. rval.update({"err": err,
  918. "stderr": stderr,
  919. "stdout": stdout,
  920. "cmd": cmds})
  921. else:
  922. rval.update({"stderr": stderr,
  923. "stdout": stdout,
  924. "results": {}})
  925. return rval
  926. class Utils(object): # pragma: no cover
  927. ''' utilities for openshiftcli modules '''
  928. @staticmethod
  929. def _write(filename, contents):
  930. ''' Actually write the file contents to disk. This helps with mocking. '''
  931. with open(filename, 'w') as sfd:
  932. sfd.write(contents)
  933. @staticmethod
  934. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  935. ''' create a file in tmp with name and contents'''
  936. tmp = Utils.create_tmpfile(prefix=rname)
  937. if ftype == 'yaml':
  938. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  939. # pylint: disable=no-member
  940. if hasattr(yaml, 'RoundTripDumper'):
  941. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  942. else:
  943. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  944. elif ftype == 'json':
  945. Utils._write(tmp, json.dumps(data))
  946. else:
  947. Utils._write(tmp, data)
  948. # Register cleanup when module is done
  949. atexit.register(Utils.cleanup, [tmp])
  950. return tmp
  951. @staticmethod
  952. def create_tmpfile_copy(inc_file):
  953. '''create a temporary copy of a file'''
  954. tmpfile = Utils.create_tmpfile('lib_openshift-')
  955. Utils._write(tmpfile, open(inc_file).read())
  956. # Cleanup the tmpfile
  957. atexit.register(Utils.cleanup, [tmpfile])
  958. return tmpfile
  959. @staticmethod
  960. def create_tmpfile(prefix='tmp'):
  961. ''' Generates and returns a temporary file name '''
  962. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  963. return tmp.name
  964. @staticmethod
  965. def create_tmp_files_from_contents(content, content_type=None):
  966. '''Turn an array of dict: filename, content into a files array'''
  967. if not isinstance(content, list):
  968. content = [content]
  969. files = []
  970. for item in content:
  971. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  972. item['data'],
  973. ftype=content_type)
  974. files.append({'name': os.path.basename(item['path']),
  975. 'path': path})
  976. return files
  977. @staticmethod
  978. def cleanup(files):
  979. '''Clean up on exit '''
  980. for sfile in files:
  981. if os.path.exists(sfile):
  982. if os.path.isdir(sfile):
  983. shutil.rmtree(sfile)
  984. elif os.path.isfile(sfile):
  985. os.remove(sfile)
  986. @staticmethod
  987. def exists(results, _name):
  988. ''' Check to see if the results include the name '''
  989. if not results:
  990. return False
  991. if Utils.find_result(results, _name):
  992. return True
  993. return False
  994. @staticmethod
  995. def find_result(results, _name):
  996. ''' Find the specified result by name'''
  997. rval = None
  998. for result in results:
  999. if 'metadata' in result and result['metadata']['name'] == _name:
  1000. rval = result
  1001. break
  1002. return rval
  1003. @staticmethod
  1004. def get_resource_file(sfile, sfile_type='yaml'):
  1005. ''' return the service file '''
  1006. contents = None
  1007. with open(sfile) as sfd:
  1008. contents = sfd.read()
  1009. if sfile_type == 'yaml':
  1010. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1011. # pylint: disable=no-member
  1012. if hasattr(yaml, 'RoundTripLoader'):
  1013. contents = yaml.load(contents, yaml.RoundTripLoader)
  1014. else:
  1015. contents = yaml.safe_load(contents)
  1016. elif sfile_type == 'json':
  1017. contents = json.loads(contents)
  1018. return contents
  1019. @staticmethod
  1020. def filter_versions(stdout):
  1021. ''' filter the oc version output '''
  1022. version_dict = {}
  1023. version_search = ['oc', 'openshift', 'kubernetes']
  1024. for line in stdout.strip().split('\n'):
  1025. for term in version_search:
  1026. if not line:
  1027. continue
  1028. if line.startswith(term):
  1029. version_dict[term] = line.split()[-1]
  1030. # horrible hack to get openshift version in Openshift 3.2
  1031. # By default "oc version in 3.2 does not return an "openshift" version
  1032. if "openshift" not in version_dict:
  1033. version_dict["openshift"] = version_dict["oc"]
  1034. return version_dict
  1035. @staticmethod
  1036. def add_custom_versions(versions):
  1037. ''' create custom versions strings '''
  1038. versions_dict = {}
  1039. for tech, version in versions.items():
  1040. # clean up "-" from version
  1041. if "-" in version:
  1042. version = version.split("-")[0]
  1043. if version.startswith('v'):
  1044. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1045. # "v3.3.0.33" is what we have, we want "3.3"
  1046. versions_dict[tech + '_short'] = version[1:4]
  1047. return versions_dict
  1048. @staticmethod
  1049. def openshift_installed():
  1050. ''' check if openshift is installed '''
  1051. import yum
  1052. yum_base = yum.YumBase()
  1053. if yum_base.rpmdb.searchNevra(name='atomic-openshift'):
  1054. return True
  1055. return False
  1056. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1057. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1058. @staticmethod
  1059. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1060. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1061. # Currently these values are autogenerated and we do not need to check them
  1062. skip = ['metadata', 'status']
  1063. if skip_keys:
  1064. skip.extend(skip_keys)
  1065. for key, value in result_def.items():
  1066. if key in skip:
  1067. continue
  1068. # Both are lists
  1069. if isinstance(value, list):
  1070. if key not in user_def:
  1071. if debug:
  1072. print('User data does not have key [%s]' % key)
  1073. print('User data: %s' % user_def)
  1074. return False
  1075. if not isinstance(user_def[key], list):
  1076. if debug:
  1077. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1078. return False
  1079. if len(user_def[key]) != len(value):
  1080. if debug:
  1081. print("List lengths are not equal.")
  1082. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1083. print("user_def: %s" % user_def[key])
  1084. print("value: %s" % value)
  1085. return False
  1086. for values in zip(user_def[key], value):
  1087. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1088. if debug:
  1089. print('sending list - list')
  1090. print(type(values[0]))
  1091. print(type(values[1]))
  1092. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1093. if not result:
  1094. print('list compare returned false')
  1095. return False
  1096. elif value != user_def[key]:
  1097. if debug:
  1098. print('value should be identical')
  1099. print(user_def[key])
  1100. print(value)
  1101. return False
  1102. # recurse on a dictionary
  1103. elif isinstance(value, dict):
  1104. if key not in user_def:
  1105. if debug:
  1106. print("user_def does not have key [%s]" % key)
  1107. return False
  1108. if not isinstance(user_def[key], dict):
  1109. if debug:
  1110. print("dict returned false: not instance of dict")
  1111. return False
  1112. # before passing ensure keys match
  1113. api_values = set(value.keys()) - set(skip)
  1114. user_values = set(user_def[key].keys()) - set(skip)
  1115. if api_values != user_values:
  1116. if debug:
  1117. print("keys are not equal in dict")
  1118. print(user_values)
  1119. print(api_values)
  1120. return False
  1121. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1122. if not result:
  1123. if debug:
  1124. print("dict returned false")
  1125. print(result)
  1126. return False
  1127. # Verify each key, value pair is the same
  1128. else:
  1129. if key not in user_def or value != user_def[key]:
  1130. if debug:
  1131. print("value not equal; user_def does not have key")
  1132. print(key)
  1133. print(value)
  1134. if key in user_def:
  1135. print(user_def[key])
  1136. return False
  1137. if debug:
  1138. print('returning true')
  1139. return True
  1140. class OpenShiftCLIConfig(object):
  1141. '''Generic Config'''
  1142. def __init__(self, rname, namespace, kubeconfig, options):
  1143. self.kubeconfig = kubeconfig
  1144. self.name = rname
  1145. self.namespace = namespace
  1146. self._options = options
  1147. @property
  1148. def config_options(self):
  1149. ''' return config options '''
  1150. return self._options
  1151. def to_option_list(self):
  1152. '''return all options as a string'''
  1153. return self.stringify()
  1154. def stringify(self):
  1155. ''' return the options hash as cli params in a string '''
  1156. rval = []
  1157. for key in sorted(self.config_options.keys()):
  1158. data = self.config_options[key]
  1159. if data['include'] \
  1160. and (data['value'] or isinstance(data['value'], int)):
  1161. rval.append('--{}={}'.format(key.replace('_', '-'), data['value']))
  1162. return rval
  1163. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1164. # -*- -*- -*- Begin included fragment: class/oc_adm_ca_server_cert.py -*- -*- -*-
  1165. class CAServerCertConfig(OpenShiftCLIConfig):
  1166. ''' CAServerCertConfig is a DTO for the oc adm ca command '''
  1167. def __init__(self, kubeconfig, verbose, ca_options):
  1168. super(CAServerCertConfig, self).__init__('ca', None, kubeconfig, ca_options)
  1169. self.kubeconfig = kubeconfig
  1170. self.verbose = verbose
  1171. self._ca = ca_options
  1172. class CAServerCert(OpenShiftCLI):
  1173. ''' Class to wrap the oc adm ca create-server-cert command line'''
  1174. def __init__(self,
  1175. config,
  1176. verbose=False):
  1177. ''' Constructor for oadm ca '''
  1178. super(CAServerCert, self).__init__(None, config.kubeconfig, verbose)
  1179. self.config = config
  1180. self.verbose = verbose
  1181. def get(self):
  1182. '''get the current cert file
  1183. If a file exists by the same name in the specified location then the cert exists
  1184. '''
  1185. cert = self.config.config_options['cert']['value']
  1186. if cert and os.path.exists(cert):
  1187. return open(cert).read()
  1188. return None
  1189. def create(self):
  1190. '''run openshift oc adm ca create-server-cert cmd'''
  1191. # Added this here as a safegaurd for stomping on the
  1192. # cert and key files if they exist
  1193. if self.config.config_options['backup']['value']:
  1194. import time
  1195. ext = time.strftime("%Y-%m-%d@%H:%M:%S", time.localtime(time.time()))
  1196. date_str = "%s_" + "%s" % ext
  1197. if os.path.exists(self.config.config_options['key']['value']):
  1198. shutil.copy(self.config.config_options['key']['value'],
  1199. date_str % self.config.config_options['key']['value'])
  1200. if os.path.exists(self.config.config_options['cert']['value']):
  1201. shutil.copy(self.config.config_options['cert']['value'],
  1202. date_str % self.config.config_options['cert']['value'])
  1203. options = self.config.to_option_list()
  1204. cmd = ['ca', 'create-server-cert']
  1205. cmd.extend(options)
  1206. return self.openshift_cmd(cmd, oadm=True)
  1207. def exists(self):
  1208. ''' check whether the certificate exists and has the clusterIP '''
  1209. cert_path = self.config.config_options['cert']['value']
  1210. if not os.path.exists(cert_path):
  1211. return False
  1212. # Would prefer pyopenssl but is not installed.
  1213. # When we verify it is, switch this code
  1214. # Here is the code to get the subject and the SAN
  1215. # openssl x509 -text -noout -certopt \
  1216. # no_header,no_version,no_serial,no_signame,no_validity,no_issuer,no_pubkey,no_sigdump,no_aux \
  1217. # -in /etc/origin/master/registry.crt
  1218. # Instead of this solution we will use a regex.
  1219. cert_names = []
  1220. hostnames = self.config.config_options['hostnames']['value'].split(',')
  1221. proc = subprocess.Popen(['openssl', 'x509', '-noout', '-text', '-in', cert_path],
  1222. stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  1223. x509output, _ = proc.communicate()
  1224. if proc.returncode == 0:
  1225. regex = re.compile(r"^\s*X509v3 Subject Alternative Name:\s*?\n\s*(.*)\s*\n", re.MULTILINE)
  1226. match = regex.search(x509output.decode()) # E501
  1227. if not match:
  1228. return False
  1229. for entry in re.split(r", *", match.group(1)):
  1230. if entry.startswith('DNS') or entry.startswith('IP Address'):
  1231. cert_names.append(entry.split(':')[1])
  1232. # now that we have cert names let's compare
  1233. cert_set = set(cert_names)
  1234. hname_set = set(hostnames)
  1235. if cert_set.issubset(hname_set) and hname_set.issubset(cert_set):
  1236. return True
  1237. return False
  1238. @staticmethod
  1239. def run_ansible(params, check_mode):
  1240. '''run the idempotent ansible code'''
  1241. config = CAServerCertConfig(params['kubeconfig'],
  1242. params['debug'],
  1243. {'cert': {'value': params['cert'], 'include': True},
  1244. 'hostnames': {'value': ','.join(params['hostnames']), 'include': True},
  1245. 'overwrite': {'value': True, 'include': True},
  1246. 'key': {'value': params['key'], 'include': True},
  1247. 'signer_cert': {'value': params['signer_cert'], 'include': True},
  1248. 'signer_key': {'value': params['signer_key'], 'include': True},
  1249. 'signer_serial': {'value': params['signer_serial'], 'include': True},
  1250. 'expire_days': {'value': params['expire_days'], 'include': True},
  1251. 'backup': {'value': params['backup'], 'include': False},
  1252. })
  1253. server_cert = CAServerCert(config)
  1254. state = params['state']
  1255. if state == 'present':
  1256. ########
  1257. # Create
  1258. ########
  1259. if not server_cert.exists() or params['force']:
  1260. if check_mode:
  1261. return {'changed': True,
  1262. 'msg': "CHECK_MODE: Would have created the certificate.",
  1263. 'state': state}
  1264. api_rval = server_cert.create()
  1265. if api_rval['returncode'] != 0:
  1266. return {'failed': True, 'msg': api_rval}
  1267. return {'changed': True, 'results': api_rval, 'state': state}
  1268. ########
  1269. # Exists
  1270. ########
  1271. api_rval = server_cert.get()
  1272. return {'changed': False, 'results': api_rval, 'state': state}
  1273. return {'failed': True,
  1274. 'msg': 'Unknown state passed. %s' % state}
  1275. # -*- -*- -*- End included fragment: class/oc_adm_ca_server_cert.py -*- -*- -*-
  1276. # -*- -*- -*- Begin included fragment: ansible/oc_adm_ca_server_cert.py -*- -*- -*-
  1277. def main():
  1278. '''
  1279. ansible oc adm module for ca create-server-cert
  1280. '''
  1281. module = AnsibleModule(
  1282. argument_spec=dict(
  1283. state=dict(default='present', type='str', choices=['present']),
  1284. debug=dict(default=False, type='bool'),
  1285. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1286. backup=dict(default=True, type='bool'),
  1287. force=dict(default=False, type='bool'),
  1288. # oc adm ca create-server-cert [options]
  1289. cert=dict(default=None, type='str'),
  1290. key=dict(default=None, type='str'),
  1291. signer_cert=dict(default='/etc/origin/master/ca.crt', type='str'),
  1292. signer_key=dict(default='/etc/origin/master/ca.key', type='str'),
  1293. signer_serial=dict(default='/etc/origin/master/ca.serial.txt', type='str'),
  1294. hostnames=dict(default=[], type='list'),
  1295. expire_days=dict(default=None, type='int'),
  1296. ),
  1297. supports_check_mode=True,
  1298. )
  1299. results = CAServerCert.run_ansible(module.params, module.check_mode)
  1300. if 'failed' in results:
  1301. return module.fail_json(**results)
  1302. return module.exit_json(**results)
  1303. if __name__ == '__main__':
  1304. main()
  1305. # -*- -*- -*- End included fragment: ansible/oc_adm_ca_server_cert.py -*- -*- -*-